ToDoLi
I started studying flutter a few months ago. I heard that a simple app is good for the first app. I thought an app that combines calendar and to-do list would be good, and I made it. It’s a really simple app, but I was able to create it with a lot of help from SfCalendar.
It’s available on the Google Play Store.
Features
- Google Login Using Firebase ( google-services.json used at this time is not in this repository. If you want to refer to this code, you should have your own google-services.json )
- Upload appointments to Google Drive, download appointments from Google Drive
- English and Korean translations

- Change the color of some parts of the UI
- Change and delete parts of recurring appointments
- Play interstitial ads when the UI changes color ( If you want to refer to this code, change App ID in AndroidManifest.xml and Ads ID in interstitial_ad_widget.dart to your own )
- Connect to donation site ( If you want to refer to this code, change url in move_url.dart to your own )
Screenshots

Packages
- syncfusion_flutter_calendarIt is necessary to have a commercial or community license to use syncfusion_flutter_calendar. Please refer to the links below.https://github.com/syncfusion/flutter-examples/blob/master/LICENSEhttps://help.syncfusion.com/flutter/licensing/overviewhttps://www.syncfusion.com/products/communitylicense
- google_sign_in
- googleapis
- google_fonts
- google_mobile_ads
- firebase_auth
- firebase_core
- flutter_localization
- intl
- get
- shared_preferences
- url_launcher
- http