PayFlow
该项目是在Next Level Week开发完成的,这是一个为期一周的密集学习、交流、友谊、团队合作活动,同时还有一个由Rocketseat从6月20日至6月27日开发出的精彩项目。
此应用程序是账单管理,包含几项功能,将很快开发和解释。
- ✅ 起飞?
- ✅ 最大速度?♂️
- ✅ 在轨??
- ✅ 着陆?
- ✅ 地表探索⚡
- ✅ 加速你的职业生涯?
- ✅ 任务收尾?
功能
- 支付和账单管理
- 通过Google进行社交登录
- Firebase MLKit集成二维码读取
- 相机使用
- 账单注册
- 票据名称
- 成熟度
- 价格
- 二维码
- 查询账单
- 以及许多其他令人惊叹的功能!
如何使用
First of all, correctly configure the Flutter development environment on your machine, see https://flutterdart.cn/docs/get-started/install
- Clone this repository:
$ git clone https://github.com/felipecastrosales/payflow payflow
- Enter in directory:
$ cd payflow
- For install dependencies:
$ flutter pub get
- Run the app:
$ flutter run
如何贡献?
- Fork the project
- Create a new branch with your changes:
$ git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"
- Submit your changes:
$ git push origin my-feature