Price : 15,000 BDT 12,000 BDT
UpcomingFlutter is an open-source software development kit which enables smooth and easy cross-platform mobile app development. You can build high quality natively compiled apps for iOS and Android quickly, without having to write the code for the two apps separately. All you need is one codebase for both platforms.
1
2
3
4
5
6
7
8
9
● ER diagram
● Class Diagram
● Use Case
● DFD
● Swim lane Diagram
● Activity Diagram
10
11
12
○ Flutter Framework
○ Installing and Configuring Flutter SDK
○ Creating a New Flutter Project
○ Setup an Android Virtual Device
13
○ Introduction to Flutter Widgets
○ Stateful and Stateless Widgets
○ What is a MaterialApp widget?
○ Scaffold Widget
○ Container Widget
○ Column and Row Widgets
○ Card Widget
○ Use a Custom Font
○ Implement on project
14
○ Button Widget
○ App Structure and Navigation
○ Navigate to a New Screen and Back
○ Navigate with Named Routes
○ Send and Return Data Among Screens
○ WebView Widget in Flutter
○ Url Launch
○ Implement on project
15
○ BottomNavigatorBar Widget
○ DefaultTabController, TabBar, and TabBarView Widgets
○ ListTile Widget
○ ListView Widget
○ Drawer Widget
○ Stack Widget (Using Position)
○ Text Field Widget
○ CheckboxGroup and RadioButtonGroup Widgets
○ Date Picker/Time Picker
○ Dialogs, Alerts, and Panels
○ Implement on project
16
○ What is API and how does it work?
○ JSON
○ Dart http package
○ Creating an API Service
○ Creating Data Model using app.io
○ Parse JSON Data
○ Shared Preferences
○ Access Token
○ Implement API on project
17
○ Testing and Feedback for Your App
○ Publishing Flutter Apps
○ Publishing Android App on Google Play Store