All Projects → xieyezi → flutter-Anniversary

xieyezi / flutter-Anniversary

Licence: MIT License
一款界面优美,功能简洁的纪念日APP

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to flutter-Anniversary

flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (+5.26%)
Mutual labels:  ios-app, android-app, flutter-apps, flutter-app
Todayx
🌈Flutter App:🎊「今日份的X」(每天推荐一个:图片、诗歌、名言、音乐、乐评、高等数学、两种配色、化学方程式、Github Repo、知乎问题、文章)
Stars: ✭ 128 (+124.56%)
Mutual labels:  android-application, ios-app, android-app, flutter-apps
Ionic Starter Template
Reinventing the wheel, again! Sorry Ionic Team... but there are many newbies learning on Youtube!
Stars: ✭ 208 (+264.91%)
Mutual labels:  android-application, ios-app, android-app
calmly
Calmly is made with flutter to practice meditation to bring headspace and calmness. 😍💆🏼‍♂️
Stars: ✭ 34 (-40.35%)
Mutual labels:  ios-app, flutter-apps, flutter-app
HistoryOfMe
Your own personal diary.
Stars: ✭ 50 (-12.28%)
Mutual labels:  android-app, flutter-apps, flutter-app
Tasks
A clone of Google Tasks app made from scratch with flutter. WIP.
Stars: ✭ 28 (-50.88%)
Mutual labels:  android-application, ios-app, flutter-apps
App Privacy Policy Generator
A simple web app to generate a generic privacy policy for your Android/iOS apps
Stars: ✭ 2,278 (+3896.49%)
Mutual labels:  android-application, ios-app, android-app
linux-android-backup
Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
Stars: ✭ 119 (+108.77%)
Mutual labels:  android-app, flutter-apps, flutter-app
Awesome-Flutter-Templates
A Huge Collection of Flutter App templates
Stars: ✭ 53 (-7.02%)
Mutual labels:  android-application, ios-app, flutter-apps
justBreathe
A minimal meditation app made with Flutter
Stars: ✭ 47 (-17.54%)
Mutual labels:  ios-app, android-app, flutter-app
addIt
Simple addition game made with Flutter for Mobile and Web using BLOC pattern
Stars: ✭ 16 (-71.93%)
Mutual labels:  android-application, ios-app, flutter-app
Our E School
A mobile app created using Flutter Framework for School management.
Stars: ✭ 315 (+452.63%)
Mutual labels:  android-application, ios-app, flutter-apps
Monthly-App-Challenge-2022
Retos mensuales de la comunidad MoureDev para crear pequeñas aplicaciones en base a requisitos
Stars: ✭ 153 (+168.42%)
Mutual labels:  android-application, ios-app, android-app
TemporaryContacts
Android/iOS mobile application for adding contacts that are automatically deleted after a set or default interval and are synced with main address book
Stars: ✭ 15 (-73.68%)
Mutual labels:  ios-app, android-app, flutter-apps
Xtimer Flutter App
Flutter timer app
Stars: ✭ 255 (+347.37%)
Mutual labels:  android-application, ios-app, flutter-apps
flutteranimations
Flutter login and signup screen with animations.
Stars: ✭ 34 (-40.35%)
Mutual labels:  android-application, ios-app, flutter-app
Chatter App
This is a flutter based modern messaging app where users can sign up and log in to chat with their friends, family, colleagues among groups with enriched User-Experience.
Stars: ✭ 80 (+40.35%)
Mutual labels:  ios-app, android-app, flutter-apps
Flutter For Wordpress App
🎃 Cross-platform wordpress news app built with Flutter and WP REST API.
Stars: ✭ 157 (+175.44%)
Mutual labels:  ios-app, android-app, flutter-apps
dev-feed
Flutter-based mobile app displaying a list of daily curated content from top engineering blogs and articles. Backed by a GraphQL-based API written in Kotlin..
Stars: ✭ 20 (-64.91%)
Mutual labels:  ios-app, android-app, flutter-app
Ionic-ElastiChat-with-Images
Ionic Magic Chat with Angular Elastic, Autolinker.js and more!
Stars: ✭ 66 (+15.79%)
Mutual labels:  android-application, ios-app, android-app

时光

如果喜欢这款 APP,请点个 🌟🌟

你有没有发现,至今还没有一款界面优美、功能好用的纪念日 APP?
你是不是经常浏览各大应用商城寻找好看又好用的 "纪念日 APP" ?
不如来试一试这款 APP 吧!

下载apk文件请点击时光 apk

后期计划

  • 修复状态栏的颜色显示bug和一些代码优化 #3
  • 分享页面生成的图片在Android 10 上面不能保存的bug (使用permission_handler请求权限)
  • 选择日期时,头部显示不正常的bug
  • 修复编辑页选择图片时闪退的bug (采用选择本地背景图片的方式)
  • 修复添加页bug (采用选择本地背景图片的方式)
  • 修复图片缓存bug ( 可能采用更换图片源的方式) (采用选择本地背景图片的方式)
  • 完成删除功能 (已完成)
  • 完成编辑功能 (已完成)
  • 分享功能 (已完成)
  • 分享功能bug修复 (已完成)
  • 完成关于页面 (已完成)
  • 完成心愿页面
  • 收集建议

预览

插件

名称 描述
dio 网络请求
oktoast 提示 toast
sqflite 数据持久化
flutter_swiper 轮播图
easy_localization 国际化
cached_network_image 缓存网络图片
syncfusion_flutter_datepicker 日历选择

部署

docker compose 配置文件来自 猫哥 提供,在此特此鸣谢

这个项目的接口采用了 mock 接口,来自Yapi,采用 docker 部署:

version: '3'
services:
  mongo-yapi:
    image: mongo
    container_name: mongo-ypai
    restart: always
    # ports:
    #   - 27017:27017
    environment:
      - TZ=Asia/Shanghai
      - MONGO_INITDB_DATABASE=yapi
      # - MONGO_INITDB_ROOT_USERNAME=root
      # - MONGO_INITDB_ROOT_PASSWORD=${PASSWORD}
    volumes:
      # - ./docker-data/mongo-yapi:/data/db
      - mongo-data:/data/db
    networks:
      docker_net:
        ipv4_address: 172.22.0.11

  # https://github.com/fjc0k/docker-YApi
  web-yapi:
    image: jayfong/yapi:latest
    container_name: web-ypai
    restart: always
    ports:
      - 9003:3000
    depends_on:
      - mongo-yapi
    links:
      - mongo-yapi
    environment:
      - TZ=Asia/Shanghai
      - [email protected]
      - YAPI_ADMIN_PASSWORD=${PASSWORD}
      - YAPI_CLOSE_REGISTER=true
      - YAPI_DB_SERVERNAME=mongo-yapi
      - YAPI_DB_PORT=27017
      - YAPI_DB_DATABASE=yapi
      # - YAPI_DB_USER=root
      # - YAPI_DB_PASS=${PASSWORD}
      - YAPI_MAIL_ENABLE=false
      - YAPI_LDAP_LOGIN_ENABLE=false
      - YAPI_PLUGINS=[]
    networks:
      docker_net:
        ipv4_address: 172.22.0.12

volumes:
  mongo-data:

networks:
  docker_net:
    driver: bridge
    ipam:
      config:
        - subnet: 172.22.0.0/16
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].