An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# flutter_starterpack_jelly

![flutter_starterpack_jelly](assets/images/flutterstaterpackjelly.png)

```
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 screen

FEATURE 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.