https://github.com/yogithesymbian/flutter_starterpack_jelly
starterpackjelly with provider
https://github.com/yogithesymbian/flutter_starterpack_jelly
dart flutter pattern setup starterpack
Last synced: 2 months ago
JSON representation
starterpackjelly with provider
- Host: GitHub
- URL: https://github.com/yogithesymbian/flutter_starterpack_jelly
- Owner: yogithesymbian
- Created: 2021-10-10T22:20:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T07:13:23.000Z (over 3 years ago)
- Last Synced: 2025-01-24T17:37:57.421Z (4 months ago)
- Topics: dart, flutter, pattern, setup, starterpack
- Language: Dart
- Homepage:
- Size: 4.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_starterpack_jelly

```
git clone https://github.com/yogithesymbian/flutter_starterpack_jelly.git
``````
flutter pub run change_app_package_name:main com.new.package.name
``````
flutter_starterpack_jelly
to
new_name
```TODO
- [ ] dummy provider
- [ ] home screen ( animated_bottom_navigation_bar )
- [x] other screenFEATURE or DEPENDENCIES
- [x] after_layout: ^1.1.0
- [x] animated_bottom_navigation_bar: ^0.3.2
- [x] audioplayers: ^0.20.1
- [x] change_app_package_name: ^1.0.0
- [x] cupertino_icons: ^1.0.2
- [x] flutter_secure_storage: ^4.2.1
- [x] font_awesome_flutter: ^9.1.0
- [x] google_fonts: ^2.1.0
- [x] http: ^0.13.4
- [x] introduction_screen: ^2.1.0
- [x] lottie: ^1.2.1
- [x] path_provider: ^2.0.5
- [x] provider: ^6.0.1
- [x] shared_preferences: ^2.0.8
- [x] sizer: ^2.0.15
- [x] permission_handler: ^8.2.2## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.