cody0203 / flutter-examples

Learn Flutter by easy-to-difficult examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter examples

Learn Flutter by easy-to-difficult examples.

Official document: https://flutter.dev/docs.

Reference

This project is based on react-native-expo-examples created by Robin Huy. Thank you!

Run project in development

Run the app

Preview

1. Hello World

Learn how to use: ThemeData, Scaffold, Center, Text, SafeArea, Align, Column, RichText, TextSpan, WidgetSpan, SizedBox, Container, and some style classes.

Hello World 1 Hello World 2

2. Login Screen

Learn how to use: GestureDetector, FocusScope, AnnotatedRegion, TextField, Row, Enum, MediaQuery, Image, Animation, ElevatedButton, TextEditingController, FocusNode, StatefulWidget and some widget lifecycle (initState, dispose) with event handler.

Momo Login Facebook Login

3. The Light

Learn how to use: Platform, Switch, Cupertino Widget and Material Widget, Transform and more about StatefulWidget.

Bulb Traffic Light

4. Register Form

Learn how to use: AppBar, Form, GlobalKey, TextFormField, showDialog method and AlertDialog Widget, Navigator, AnimatedPadding and JsonCodec in dart:convert.

Register Form

5. Instagram Feed

Learn how to use: More about AppBar, BottomNavigationBar, BottomNavigationBarItem, ListView and ListView builder, LinearGradient, CircleAvatar, ClipOval, Stack, Positioned, LayoutBuilder, TextPainter, some external libraries and how to declare data model.

Instagram Feed

6. Rock Paper Scissors

Learn how to use: More about Animation.

Rock Paper Scissors

7. Stopwatch

Learn how to use: Provider pattern for state management, ChangeNotifier, ChangeNotifierProvider and notifyListeners , FontFeature, Expanded, FittedBox, ListTile, CupertinoButton, Timer.

Stopwatch

8. Worldwide News

Learn how to use: Clean architecture and bloc pattern in Flutter, FadeInImage, Infinite scroll with ListView and some external packages like retrofit, flutter_bloc, get_it, equatable, lint, url_launcher, ... .

Worldwide News

9. VNSE demo

Learn how to use: Carousel package, Dotted packge, Launcher icon and splash screen, More practice with Stack and Positioned, Multiple scroll direction with SingleChildScrollView.

Special thanks to linhkhanh.osbkl for this beautiful UI/UX design!

Demo video

10. Online Course

Learn how to use: CupertinoTabBar, BottomNavigationBarItem and TabBarView, More about Navigator (1.0), *didChangeDependencies app lifecycle, flutter_svg package, How to customize a Flutter built-in widget (CustomExpansionTile) and extends a Flutter built-in widget (MainButton), ClipRRect.

Special thanks to Luky Erdianto for this beautiful design. Check out his work here.

Online Course homepage Online Course profile

11. Mijia Store

Learn how to use: More about Clean Architecture and Bloc Pattern (Cubit), More about Navigator (2.0) with Bloc and page transition, More about Animation, How to customize Bottom Navigation Bar.

Special thanks to Ivan Fadila for this beautiful design. Check out his work here.

Online Course homepage Online Course profile

Online Course homepage Online Course profile

11. Pokédex (WIP)

Learn how to use: More about Clean Architecture with Bloc Pattern, Unit Test for Domain, Data and Bloc.

Special thanks to DanielMots for this UI. Check out his work here.

More feature coming soon!

Online Course homepage

More examples coming soon!

About

Learn Flutter by easy-to-difficult examples


Languages

Language:Dart 89.2%Language:HTML 8.7%Language:Swift 0.9%Language:Ruby 0.8%Language:Kotlin 0.3%Language:Objective-C 0.1%