Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

beesightsoft/bflutter_poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bflutter_poc

BeeSight Soft Flutter Core Proof of concept

Integrate bflutter in dev mode

dependencies:
  ...
  bflutter:
    path: ../bflutter

Structure

                                                     
     main.dart                                       
         |                                           
 +-------|------+                                    
 |     home     |                                    
 +--------------+                                    
 - Show repo info                                    
 - Navigate to search screen                         
         |                                           
         |                                           
 +-------|------+                                    
 |    search    |                                    
 +--------------+                                    
 - Search github user                                
 - Show a list of user                               
 - Tap on specific user and navigate to detail screen
         |                                           
         |                                           
 +-------|------+                                    
 |    detail    |                                    
 +--------------+                                    
 - Show detail of github user