Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
mirmoktadir committed Jun 11, 2023
2 parents c2aff9e + 42f6da3 commit de26fa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Project was created using [get_cli](https://pub.dev/packages/get_cli) which is a
- [get_storage](https://pub.dev/packages/get_storage) as shared pref (its more easy and it read data sync)
## Clone and start project
Before discovering folders lets first perform some actions to make the project ready to launch
- first run this command it will generate hive type adapters (for our custom classes that we want to store locally)

```
flutter packages pub run build_runner build --delete-conflicting-outputs
```

- To make your app responsive and look exactly as your (xd,figma..etc) design you need to set artbord size for flutter_ScreenUtil in main.dart
```dart
Expand Down

0 comments on commit de26fa4

Please sign in to comment.