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

https://github.com/ahmnouira/flutter_template

Flutter template for my projects
https://github.com/ahmnouira/flutter_template

flutter flutter-starter flutter-template

Last synced: 6 months ago
JSON representation

Flutter template for my projects

Awesome Lists containing this project

README

          

# flutter_template

Flutter template for my projects.

## Open Android Emulator

```sh
emulator -list-avds
emulator -avd Small_Phone_API_35
```

Using one command

```sh
emulator -avd `emulator -list-avds | tail -n 1`
```