Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabiomsr/Flutter-StepByStep

A example of an Android / iOS app written using Google Flutter with MVP architecture
https://github.com/fabiomsr/Flutter-StepByStep

android dart flutter google-flutter ios

Last synced: about 2 months ago
JSON representation

A example of an Android / iOS app written using Google Flutter with MVP architecture

Awesome Lists containing this project

README

        

# Flutter Step by Step

A example of an Android / iOS app written using Google Flutter with MVP architecture.
If you are looking for more widget examples visit [this repository][SimpleExamples]

| Step | Article | Artículo(Spanish) | Preview |
|:-----:|:------------------------------------:|:---------------------------------:|:---------------------------------:|
| Step0 | [Installation and Introduction][en0] | [Instalación e Indroducción][es0] | ![Step0 Preview][Step0 Preview] |
| Step1 | [Material Design][en1] | [Material Design][es1] | ![Step1 Preview][Step1 Preview] |
| Step2 | [Lists and Items][en2] | [Listas e Ítems][es2] | ![Step2 Preview][Step2 Preview] |
| Step3 | [Model-View-Presenter][en3] | [Model-View-Presenter][es3] | ![Step3 Preview][Step3 Preview] |
| Step4 | [Material Design II][en4] | [Material Design II][es4] | ![Step4 Preview][Step4 Preview] |
| More | | | |
| Notifications&Values | [Notifications&Values][othEn1] | [Notificaciones&Valores][othEs1] | |

License
-------

Copyright 2016 Fabio Santana (fabiomsr)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

[en0]:https://medium.com/@develodroid/flutter-i-intro-and-install-a8bf6dfcc7c8#.lxynmgs8j
[en1]:https://medium.com/@develodroid/flutter-ii-material-design-f437e3e8e6a9#.sytqg6uu3
[en2]:https://medium.com/@develodroid/flutter-iii-lists-and-items-6bfa7348ab1b#.j5w2rk8iy
[en3]:https://medium.com/@develodroid/flutter-iv-mvp-architecture-e4a979d9f47e#.aexy0nmud
[en4]:https://medium.com/@develodroid/flutter-v-material-design-ii-flutter-1-0-3a5a52811707
[othEn1]:https://medium.com/flutter-community/flutter-notifications-bubble-up-and-values-go-down-c1a499d22d5f

[es0]:https://medium.com/@XensS/flutter-i-instalaci%C3%B3n-e-introducci%C3%B3n-878c155ab4a8#.1k7aqghea
[es1]:https://medium.com/@XensS/flutter-ii-material-design-ed2cb4d0422e#.alqke4o9a
[es2]:https://medium.com/@XensS/flutter-iii-listas-e-%C3%ADtems-818be6b9c226#.6u0y0t926
[es3]:https://medium.com/@XensS/flutter-iv-arquitectura-mvp-162a479aeb79#.8uci8775d
[es4]:https://medium.com/@XensS/flutter-v-material-design-ii-7b0196e7b42d#.248a7snwx
[othEs1]:https://medium.com/@XensS/en-flutter-las-notificaciones-suben-y-los-valores-bajan-f4aa9612f731

[Step0 Preview]:https://raw.githubusercontent.com/fabiomsr/Flutter-StepByStep/master/art/preview_step0.png
[Step1 Preview]:https://raw.githubusercontent.com/fabiomsr/Flutter-StepByStep/master/art/preview_step1.png
[Step2 Preview]:https://raw.githubusercontent.com/fabiomsr/Flutter-StepByStep/master/art/preview_step2.png
[Step3 Preview]:https://raw.githubusercontent.com/fabiomsr/Flutter-StepByStep/master/art/preview_step3.png
[Step4 Preview]:https://raw.githubusercontent.com/fabiomsr/Flutter-StepByStep/master/art/preview_step4.png
[Step5 Preview]:https://raw.githubusercontent.com/fabiomsr/Flutter-StepByStep/master/art/preview_step5.png

[SimpleExamples]:https://github.com/fabiomsr/flutter-widgets-examples