上班摸鱼做的小玩具,其中心情贴纸的想法来源于上个月Microsoft Hackthon中同事的Outlook Stickers
- Show daily todos in calendar mode
- Add mood stickers for everyday
- Store these todos and moods locally
- Support right-slide deletion of todo
// Run locally
flutter run
// Android package
flutter build apk
Screenshot1 | Screenshot2 | Screenshot3 | Screenshot4 |
---|---|---|---|
Name | Version | Usage |
---|---|---|
emoji_picker | 0.1.0 | Pick Emoji |
shared_preferences | 0.5.10 | Store data locally ( (key,value) mode) |
oktoast | 2.3.2 | Show customized toast |
table_calendar | 2.2.3 | Show calendar view, extendable |
This project is helpful for flutter-beginners, it covers:
- Store data locally with json encode/decode
You can also store with sqlite dataset with
sqflite
- Abundant flutter widgets, with (customized)AppBar, Form, modalBottomSheet, Customized-Dialog, Positioned, Dismissble...
- Router, State Management
A few resources to get you started if this is your first Flutter project: