Official FA Flutter UI Kit.
- Import the 'package:fa_flutter_ui_kit/fa_flutter_ui_kit.dart' to get all the widgets in your projects that are avilable in FA Flutter UI Kit.FieldAssist
1. Internet Not Available | 2. Bottom Action Button | 3. My Circular Progress |
---|---|---|
4. My Linear Progress Indicator | 5. No Items Found | 6. Outlined Icon Button |
---|---|---|
7. Responsive Container | 8. Stream Loading Widget | 9. Search Text Field |
---|---|---|
10. Generic Dialog | 11. Progress Dialog | 12. Searchable DropDown |
---|---|---|
- FA Flutter Best Practices: https://github.com/FieldAssist/fa_flutter_docs)
- For Json building or editing auto route
flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs
- in app level build.gradle
compileSdkVersion 32
- Project level build.gradle
dependencies {
classpath 'com.android.tools.build:gradle:4.2.0'
...
...
}
- in android/gradle/wrapper/gradle-wrapper.properties
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
- usage
final scannedCode = await Navigator.push(context, MaterialPageRoute(builder: (context) => QrCodeScanner()));
Ayush P Gupta |
Shubham Jain |
Samvit Jain |
Aashish Rathore |