Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carllosnc/flutter_starter

Initial set up for my personal Flutter projects
https://github.com/carllosnc/flutter_starter

Last synced: about 19 hours ago
JSON representation

Initial set up for my personal Flutter projects

Awesome Lists containing this project

README

        

# Flutter Starter

>Template for my own projects

[![Flutter Starter](https://github.com/carllosnc/flutter_starter/actions/workflows/dart.yml/badge.svg)](https://github.com/carllosnc/flutter_starter/actions/workflows/dart.yml)

## Clone

```
gh repo clone C4co/flutter_starter app_name
```

## What's inside

- go routes
- json serialize
- shared preferences
- font_awesome_flutter
- intl

## Commands

Build runner
```
dart run build_runner build --delete-conflicting-outputs
```

Generate app icon
```
dart run flutter_launcher_icons
```

Generate splash screen
```
dart run flutter_native_splash:create
```

---

## License

MIT © [Carlos Costa](https://github.com/carllosnc)