Git Product home page Git Product logo

project_base_snow's Introduction

![style: effective dart][https://img.shields.io/badge/style-effective_dart-40c4ff.svg] Flutter Responsive

project_sample_base

'A new Flutter project. Created by Slidy'

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.

https://material.io/design/typography/the-type-system.html#type-scale

Shift + Alt + O -> Organize imports

https://medium.com/flutterando/qual-a-forma-f%C3%A1cil-de-traduzir-seu-app-flutter-para-outros-idiomas-ab5178cf0336 https://pub.dev/packages/i18n_extension#-readme-tab- https://medium.com/flutter-community/handling-network-calls-like-a-pro-in-flutter-31bd30c86be1 https://medium.com/flutter-community/page-transitions-using-themedata-in-flutter-c24afadb0b5d https://medium.com/flutter-community/handling-flutter-errors-with-catcher-efce74397862 https://medium.com/flutter-community/flutter-2019-real-splash-screens-tutorial-16078660c7a1 https://iiro.dev/2018/03/02/separating-build-environments/

Sempre divida os widgets em arquivos, e não em métodos dentro do widget https://iiro.dev/2018/12/11/splitting-widgets-to-methods-performance-antipattern/ https://iiro.dev/2018/06/18/putting-build-methods-on-a-diet/ Exemplo: https://github.com/roughike/inKino/blob/development/mobile/lib/ui/event_details/event_backdrop_photo.dart

WidgetTesting: https://iiro.dev/2018/08/22/writing-widget-tests-for-navigation-events/

Running each flavor on DEBUG mode:

flutter run –-flavor qa -t lib/main_qa.dart
flutter run –-flavor dev -t lib/main_dev.dart
flutter run –-flavor prod -t lib/main_production.dart

Running each flavor on PROFILE mode:

flutter run -–profile –-flavor qa -t lib/main_qa.dart
flutter run -–profile –-flavor dev -t lib/main_dev.dart
flutter run -–profile –-flavor prod -t lib/main_production.dart

Running each flavor on RELEASE mode:

flutter run -–release –-flavor qa -t lib/main_qa.dart
flutter run -–release –-flavor dev -t lib/main_dev.dart
flutter run -–release –-flavor prod -t lib/main_production.dart

Sometimes between changing flavors is necessary a flutter clean to clean our app build files.

project_base_snow's People

Contributors

lucazzp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.