Author : Flutterappworld

Flutter Google Maps Tutorial YouTube Video Setup Get an API Key at https://cloud.google.com/maps-platform/ Enable Maps SDK for Android, Maps SDK for iOS, and Directions API. Add your API Key to the specified files android/app/src/main/AndroidManifest.xml <manifest … <application … <meta-data android:name=”com.google.android.geo.API_KEY” android:value=”YOUR KEY HERE”/> ios/Runner/AppDelegate.swift import UIKit import Flutter import GoogleMaps @UIApplicationMain @objc class AppDelegate: FlutterAppDelegate { ..

Read more

Queen Palace 🏰👑 Introduction server side dart micro-framework to handle incoming http requests hello world app Future<void> main(List<String> args) async { final palace = Palace(); palace.get(‘/greet_the_queen’, (req, res) => res.send(‘Long Live The Queen 👑’)); await palace.openGates(); } hello world with decoration decoration will help you split your code to parts or modules easily making the ..

Read more

Flutter Tutorial – Flutter Layout Basics Build basic Flutter layouts and widgets with the help of Row, Column, Stack, Expanded, Container, ListView, and GridView in Flutter.  Preview App Preview Course Preview ➜ Buy My Courses  Watch Video YouTube video where the source code is explained. Subscribe YouTube channel. ➜ Watch My Video Download Flutter Layout widget source code on GitHub FlutterappworldProvides ..

Read more

pixel_perfect Put a semi-transparent image with the design over the top of the developed layout. It helps you to compare original design and current page. Getting started Add pixel_perfect in your pubspec.yaml dependencies. dependencies: pixel_perfect: any How To Use Simple use Add assets folder with images to your pubspec.yaml uses-material-design: true assets: – assets/ Import the following package ..

Read more

snack_chat A Spicy chatting app A Chatroom application designed to chat about your favorite snacks with others Firebase Schema: chat_rooms chat user Download chatting app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Flutter for Apple TV A modification of the Flutter engine + test application to demonstrate that Flutter applications run on Apple TV This project (and Liberty Global repositories referred to) are for testing purposes only! Flutter and the related logo are trademarks of Google LLC We are not endorsed by or affiliated with Google LLC. ..

Read more

KDebugTools KDebugTools is a powerful library for debugging Flutter applications You can access these features via WebBrowser Check App and device information File management, transfer and preview Directly edit the shared preferences or database values Recording or throttling network with Flutter HttpClient Fetch logs of application View attributes of Flutter Widget Controlling the Flutter navigator ..

Read more

Flutter Tutorial – Database Storage Using Sqlite & Sqflite Persist data with Flutter’s Sqflite Database locally on your Android or iOS device by using Raw SQL statements.  Preview App Preview Course Preview ➜ Buy My Courses  Watch Video YouTube video where the source code is explained. Subscribe YouTube channel. ➜ Watch My Video Download source code on GitHub https://github.com/JohannesMilke/sqflite_database_example FlutterappworldProvides the ..

Read more

Flutter Tutorial – PDF Viewer – Asset, File, Network & Firebase Use the Flutter PDF Viewer to download PDF documents and display them within your Flutter app. Social Media Preview Watch Video  Preview App Preview Course Preview  Watch Video YouTube video where the source code is explained. Subscribe YouTube channel. Download PDF Viewer app source code on GitHub FlutterappworldProvides ..

Read more

Flutter Downloader A plugin for creating and managing download tasks. Supports iOS and Android. This plugin is based on WorkManager in Android and NSURLSessionDownloadTask in iOS to run download task in background mode. iOS integration Required configuration: Note: following steps requires to open your ios project in Xcode. Enable background mode. Add sqlite library. Configure AppDelegate: Objective-C: /// AppDelegate.h #import <Flutter/Flutter.h> #import <UIKit/UIKit.h> @interface AppDelegate ..

Read more

reorderables Various reorderable, a.k.a. drag and drop, Flutter widgets, including reorderable table, row, column, wrap, and sliver list, that make their children draggable and reorder them within the widget. Parent widget only need to provide an onReorder function that is invoked with the old and new indexes of child being reordered. Usage To use this package, add reorderables as a dependency ..

Read more

flutter_sticky_header A Flutter implementation of sticky headers with a sliver as a child. Features Accepts one sliver as content. Header can overlap its sliver (useful for sticky side header for example). Notifies when the header scrolls outside the viewport. Can scroll in any direction. Supports overlapping (AppBars for example). Supports not sticky headers (with sticky: false parameter). ..

Read more

Enhanced pub package commands. Add latest resolvable package Remove dependency View package info Like/unlike/view liked pub.dev packages Improved conflict resolution (soon) View unused dependencies Installation pub activate global pkg Usage Add Easily add packages to your pubspec. By default pkg will try to resolve to the latest compatible version of the package to add to your project. pkg add ..

Read more

Insurance I was challenged to create an App with only the Nubank life insurance part and fix some UI issues. Flutter This is a Flutter App, designed based on Nubank Vida. Solutions (or almost) Changing the color of the statusbar when the image ends Creating a pattern for navigation between modals Creating patterns in the use of shadows Creators ..

Read more

dart_rs Basic Dart reverse shell based on this one by Potato-Industries. Pretty self explanatory. You’ll need Windows. I used a Windows 7 64-bit VM. From there: Install the Dart SDK from dart.dev via the instructions (using Chocolately is easiest) OPTIONAL: Install Visual Studio Community to get ‘editbin.exe’ so you can modify your Dart shell binary to run silently. ..

Read more

google_maps_flutter_example A new Flutter application to demonstrate how to implement flutter google maps in a flutter application and perfoem advanced tasks on it. Adding Map To the App Get an API key at https://cloud.google.com/maps-platform/. Enable Google Map SDK for each platform. Go to Google Developers Console. Choose the project that you want to enable Google Maps on. ..

Read more

airwatch_socket_workaround This plugin has been created to enable flutter apps to reach endpoints that are only reachable using a VMWare airwatch per app vpn. Current status In development TODO provide simple example using custom HttpClient prepare for publishing add examples for websocket null safety add example for multipart post provide HLD Getting started Example Example ..

Read more

This is a companion app for the Flutter Store APP I made this app to learn how to use flutter, so don’t expect much This app was made following an udemy tutorial __________________________________________________________________________________________________________________ For now, the app has the option to add products to the store, manage customer orders and see who your customers are. There ..

Read more

FusionAuth Dart Client  If you’re integrating FusionAuth with a Dart or Flutter application, this library will speed up your development time. For additional information and documentation on FusionAuth refer to https://fusionauth.io. A library for FusionAuth Dart developers. Known limitations The use of some objects are limited due to missing support for dynamic fields (example: custom claims ..

Read more

News App A simple news app with a minimalistic and modern UI that incorporates the newsapi.org api all built entirely with Flutter. Be sure to leave a star  Features Top stories feed: Get top stories from around the globe. Search by category: Look at different articles by category such as Business, Health, etc. Search by source: Look at news from ..

Read more

FlutSplash Minimal Unsplash Android App to easily search and download images I made while learning and exploring Flutter. Screenshots Run Locally Clone the project git clone https://github.com/Yash-Garg/FlutSplash Set the unsplash client ID here – keys.dart Go to the project directory cd FlutSplash Run the app flutter run Also, Thanks to this website for featuring my app! Download Unsplash ..

Read more

android_register Registering users on Android Getting Started $ flutter clean $ flutter upgrade $ flutter pub get $ flutter run App on pre registration page User fills in registration details App logs user in and displays logout button Google Firestore lists signed up user email App notifies user that email confirmation is sent Confirmation link ..

Read more

Grab Landing Page Clone by Muhibush Shulhi Muhammad Mobile App, web, and Desktop from a single codebase. Thanks to Google For making this amazing portable framework Base Design : Grab v5.142.0 22/03/2021 Features : lock the screen orientation to portrait up transparent statusBar dark status bar icon splash screen landing page dismiss navigation when scrolling ..

Read more

Insta Like Button Installing Depend on it Add this to your package’s pubspec.yaml file: dependencies: insta_like_button: ^0.1.0 Install it You can install packages from the command line: $ flutter pub get … Import it Now in your Dart code, you can use: import ‘package:insta_like_button/insta_like_button.dart’; Usage & Overview With required parameters. InstaLikeButton( image: AssetImage(“example/overview/img.jpg”), onChanged: () { // ..

Read more

Robot Testing Pattern in Flutter Developed with  by Very Good Ventures  This project showcases how to apply the Robot Testing pattern to a Flutter application. It is a demo project used for the conference Future of Testing: Mobile hosted by Applitools. How to run the tests flutter drive –target=e2e/e2e.dart –driver=e2e/scenarios/counter_scenario.dart flutter drive –target=e2e/e2e.dart –driver=e2e/scenarios/login_scenario.dart flutter drive –target=e2e/e2e.dart –driver=e2e/scenarios/scrolling_list_scenario.dart Check ..

Read more

Flutter Getx Template Description: This is source flutter template use getx for statemanagement   Overview main.dart, After you can customize languages package, themes, pages and routes import ‘package:flutter/material.dart’; import ‘package:flutter_postman_application/src/lang/translation_service.dart’; import ‘package:flutter_postman_application/src/routes/app_pages.dart’; import ‘package:flutter_postman_application/src/shared/logger/logger_utils.dart’; import ‘package:flutter_postman_application/src/theme/theme_service.dart’; import ‘package:flutter_postman_application/src/theme/themes.dart’; import ‘package:get/get.dart’; import ‘package:get_storage/get_storage.dart’; void main() async { await GetStorage.init(); runApp(GetMaterialApp( debugShowCheckedModeBanner: false, enableLog: true, logWriterCallback: Logger.write, initialRoute: AppPages.INITIAL, ..

Read more

Udacity UI Clone Flutter Web 2.0 Description: Udacity UI Clone made with Flutter Web (Flutter 2.0). ScreenShots: Tools & languages: Android studio (IDE) Dart (logic) Flutter 2.0 (Mobile UI developement kit) Paint.net (Image editor) Contribution: Feel free to fork this project and add whatever you like. If you have any suggestions or any comments please ..

Read more

DevQuiz A mobile application being built with NLW5 (an event from Rockeatseat – https://app.rocketseat.com.br/). This application goals to build a quiz about programming area and written with Flutter.  Requirements You must have installed Flutter and Dart in your machine. For that, see the installation guide at: https://flutter.dev/docs/get-started/install  Snapshots GIF demo: Splash page: Light theme: Home page: Challenge ..

Read more

Short Intro: This is mobile application using flutter for develop a pizza store, integrated factory for demo design pattern. Flutter Pizza Hut  Description:  This is mobile application using Flutter for develop a pizza store  Factory Method Create Enum product_type.dart & location_type.dart enum ProductType { burger, pizza, chicken, chips, } enum LocationType { hanoi, danang, hochiminh, } Create Abstract ..

Read more

Short Intro: In this repo I have build an awesome Flutter food delivery app ui. This Flutter UI challenge is taken from the dribbble. The main beauty about this UI is their hero animation while moving towards the food detail page. This Flutter Food delivery app UI tutorial is beneficial for those who want to ..

Read more

chat_app 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: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance ..

Read more

flappy_bird Flutter Game App for Graphics Course 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: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, ..

Read more