Skip to content

oscarshaitan/flutter_poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluttertest ...in Construction...

FLutter guide of clean architecture and good practices, with different configuration for consume REST api and others

Getting Started

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.

PLUGINS USED

TEMPALTES

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(&#10;    'should ',&#10;    () async {&#10;      // Given&#10;&#10;      // When&#10;&#10;      // Then&#10;    },&#10;  );" description="create test for Flutter" toReformat="true" toShortenFQNames="true">
    <context>
      <option name="DART" value="true" />
    </context>
    </template>
    

About

POC for condor testing flutter first impressions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages