geideadesignframework
A framework of Reusable Flutter Components that is compliant with Gediea's brand guidlines
Getting Started
to install the framework to your current Flutter project you need to perform the below steps
- go to pubspec.yaml file located inside the app folder, and add geideadesignframework: under dependencies.
- From the terminal: Run flutter pub get.
- Add a corresponding import statement in the Dart code.
- Stop and restart the app, if necessary
dependencies:
geideadesignframework: ^1.0.0