Skip to content

mranhtu/bloc_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Search

Sample project which illustrates how to setup a Flutter and AngularDart project with code sharing.

Quick Start

Make sure you have the Dart SDK and Flutter SDK installed before proceeding.

Open this project in your editor of choice (VSCode is recommended).

Setup

  1. Install dependencies for common_github_search:

    # change directories into core
    cd core
    
    # install dependencies
    pub get
    
    # change directories back out to the root directory
    cd ../
  2. Install dependencies for flutter_bloc_example

    # change directories into flutter_bloc_example
    cd flutter_bloc_example
    
    # install dependencies
    flutter packages get
    
    # change directories back out to the root directory
    cd ../
  3. Install dependencies for angular_bloc_example

    # change directories into flutter_bloc_example
    cd angular_bloc_example
    
    # install dependencies
    pub get
    
    # change directories into flutter_bloc_example
    cd ../

Run Flutter

# change directories into flutter_bloc_example
cd flutter_bloc_example

# run the flutter project
flutter run

Run AngularDart

# change directories into angular_bloc_example
cd angular_bloc_example

# run the angular project
webdev serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published