Mar 2, 2020Basic of Fetch Data From API on FlutterFirst, you need to create 1 flutter project. And then you need to use 2 dependencies on pub.dev. open pubspec.yaml file on your project add flutter_spinkit: ^4.1.2 , cached_network_image: ^2.0.0 & http: ^0.12.0+4 as picture belowFlutter3 min readFlutter3 min read
Feb 28, 2020Navigation Drawer Menu FlutterFirst, you need to implement Class StatefullWidget:Flutter2 min readFlutter2 min read
Feb 28, 2020BottomNavigationBar and TabBar Flutter WidgetHere we have 2 types of Bottom Navigation Bar: BottomNavigationBar Widget First, you need to start implement Class StatefulWidget:Flutter3 min readFlutter3 min read
Feb 28, 2020Add background Image Flutterwe custom background: Here is code: Thank You for Reading.Flutter1 min readFlutter1 min read
Feb 27, 2020TextField and TextFormField Flutter Widgetwe hope you enjoy many styles that I design for you. Style1Flutter2 min readFlutter2 min read
Feb 27, 2020Beauty Login Form FlutterFirst you need to create new file loginscreen.dart. Next start implement class StatefulWidget:Flutter3 min readFlutter3 min read
Feb 26, 2020Splash Screen FlutterFirst, create a new project flutter. And Create two file called: splashscreen.dart & homescreen.dart on folder lib. And you need to clear code on main.dart as the image below.Flutter3 min readFlutter3 min read
Feb 25, 2020Style AppBar FlutterHere you can check some style that I write: Style1Flutter Widget3 min readFlutter Widget3 min read