Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varunon9/flutter-ui-collections
Simple flutter UI samples such as Login, OTP Input, Tab bar, Custom Texts, Custom Colours etc with scalable folder structure.
https://github.com/varunon9/flutter-ui-collections
flutter-examples flutter-login-screen flutter-otp flutter-tab-bar flutter-ui-collection flutter-ui-templates flutter-ui-widgets
Last synced: 15 days ago
JSON representation
Simple flutter UI samples such as Login, OTP Input, Tab bar, Custom Texts, Custom Colours etc with scalable folder structure.
- Host: GitHub
- URL: https://github.com/varunon9/flutter-ui-collections
- Owner: varunon9
- License: mit
- Created: 2022-08-07T14:27:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T14:56:59.000Z (over 2 years ago)
- Last Synced: 2024-11-07T04:50:20.750Z (about 2 months ago)
- Topics: flutter-examples, flutter-login-screen, flutter-otp, flutter-tab-bar, flutter-ui-collection, flutter-ui-templates, flutter-ui-widgets
- Language: C++
- Homepage:
- Size: 2.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_ui_collections
Simple flutter UI samples such as Login, OTP Input, Tab bar, Custom Texts, Custom Colours etc with scalable folder structure.
## 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://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.## Useful commands
Flutter setup: https://docs.flutter.dev/get-started/install/macos
1. To create a new flutter app `flutter create my_app`
2. To check missing dependencies `flutter doctor`
3. List emulators `$ANDROID_HOME/emulator/emulator -list-avds`
4. Start an emulator ` $ANDROID_HOME/emulator/emulator @1536_1024_device`
5. Check if devices are runnning `flutter devices`
6. Run app `flutter run`## Naming conventions & Folder structure
1. https://www.geeksforgeeks.org/flutter-file-structure/
2. https://medium.com/flutter-community/scalable-folder-structure-for-flutter-applications-183746bdc320## Tutorials
1. Classes & Objects in Dart: https://dart.academy/creating-objects-and-classes-in-dart-and-flutter/
2. Get started with Flutter: https://docs.flutter.dev/get-started/codelab
3. Flutter layouts: https://docs.flutter.dev/development/ui/layout## Screenshots