Maugost

Results 3 issues of Maugost

Error Log ``` [VERBOSE-2:ui_dart_state.cc(148)] Unhandled Exception: Exception: Tried to call a transaction that modifys state #0 FinalizedTransaction.call (package:web3dart/src/transaction.dart:124:4) #1 _MyHomePageState._getSmartCoursesContract (package:flutter_token/main.dart:94:32) #2 _MyHomePageState.initState (package:flutter_token/main.dart:170:5) #3 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3846:58) #4 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3711:5)...

## Description This PR is intended to kickstart the process of adding a base implementation for google_maps support on framework ### Create a .env file at the root of your...

feature

Added ability to support flavor style of bundling assets: Source: https://docs.flutter.dev/deployment/flavors#conditionally-bundling-assets-based-on-flavor ``` flutter: assets: - images/ - assets/ - path: assets/red/ flavors: - red ```