FLutter guide of clean architecture and good practices, with different configuration for consume REST api and others
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.
- Clean Architecture for Flutter -> https://plugins.jetbrains.com/plugin/13470-clean-architecture-for-flutter
- Bloc Code Generator -> https://plugins.jetbrains.com/plugin/12129-bloc-code-generator
Test:
-
aaaTests -> https://stackoverflow.com/questions/16857108/code-snippets-in-android-studio to Auto Generate
Auto Generated Code:
test( 'should ', () async { // Given // When // Then }, );
XML source Code
<template name="aaaTestsFlutter" value="test( 'should ', () async { // Given // When // Then }, );" description="create test for Flutter" toReformat="true" toShortenFQNames="true"> <context> <option name="DART" value="true" /> </context> </template>