Skip to content

ufrgs/ufrgs-mobile-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UFRGS MOBILE - FLUTTER APP

IMPORTANT

You need to create the settings file (eg. lib/settings.dart) and supply the following information:

String BASE_URL = ""
String CLIENT_ID = ""
String CLIENT_SECRET = ""
String GRANT_TYPE = ""
String SCOPE = ""

Build the project

The project uses mobx so in order to build it, first you need to generate the .g files. For that use the following command:

flutter pub run build_runner build
or
flutter pub run build_runner build --delete-conflicting-outputs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published