/FlutterLearning

Flutter different tools from basic to advance

Primary LanguageDart

Flutter Learning : Flutter basic to advance

A new Flutter project.

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.

What is inside app

  • Random Background: Randomly changing background and button color on button click.

  • Dice Roller: Randomly changing dice images on button click.

  • Tic Tac Toe: Simple Tic Tac Toe game.

  • Scratch Win Game: A game in which one of the tile (button) has a rupee image hidden behind it. only have three chance to find out.

  • Signup Page: Signup form page and transfer data to home page. Global key help to transfer data.

Local DB Hive. To add cat List. 'hive' plugin

Note For Hive local DB. To generate adapter use, file in model class part 'CatModel.g.dart'; and use command : flutter packages pub run build_runner build

Credits :