Skip to content

billy0402/flutter-bloc-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter-bloc-tutorial

A new Flutter application.

environment

tutorial

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:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Android Emulator DNS setup

# emulator path
$ cd ~/Library/Android/sdk/emulator/

# show your emulator list
$ ./emulator -list-avds

# set dns and start your emulator
$ ./emulator -avd Pixel_2_API_29 -dns-server 8.8.8.8,8.8.8.4

About

A learning project from Flutter Bloc package website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published