Flutter Page Transition Package This package gives you beautiful page transitions. Demo Usage It is really easy to use! You should ensure that you add the page_transition as a dependency in your flutter project. dependencies: page_transition: “^1.1.5” Than you can use it with below examples. Navigator.push(context, PageTransition(type: PageTransitionType.fade, child: DetailScreen())); Navigator.push(context, PageTransition(type: PageTransitionType.leftToRight, child: DetailScreen())); Navigator.push(context, PageTransition(type: ..

Read more

???? Panache A Flutter Material Theme editor. Panache helps you to create beautiful Material themes for your Flutter applications. Customize widgets colors and shapes, and download your theme.dart file. ???? Try Panache in your browser Getting Started To apply a theme to whole application add the generated theme file to your project/lib set the theme property to the generated theme (myTheme) in your main ..

Read more

Screen Click on screenshot to watch Youtube video 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 ..

Read more

flutter_navigations_bar A new Flutter package for navigations bar. Getting Started Bouncing Circle navigation bar properties : final Function(int) onchanged : required value final Color iconColor : Default => Colors.white; final List icons : required value; final Color barColor : Default => Colors.amber; final Color circleColor : Default => Colors.cyan; final BoxShadow boxShadow; final Gradient gradient; ..

Read more

quizapp A new Flutter project. Getting Started For help getting started with Flutter, view our online documentation. Download Flutter Quiz app source code on GitHub https://github.com/iampawan/Flut..

Read more

Flutter TicTacToe Game Build legendary Tic Tac Toe game in flutter. Show some ❤️ and star the repo to support the project Screenshots Watch the video tutorial on YouTube License Download Flutter TicTacToe Game App source code on GitHub https://github.com/iampawan/Flutte..

Read more

BaliFeed (formerly Gatra Bali) – Balinese News Reader App Balinese news reader app. Now available on Google Play: How it works Please read here on how the App connected to the backend services. Download Newsreader app Source code on GitHub https://github.com/apps4bali/gat..

Read more

ScrollBottomNavigationBar Hide or show bottom navigation bar while scrolling. Roadmap This is currently our roadmap, please feel free to request additions/changes. Feature Progress Scrollable ✅ Supports FAB ✅ Supports Snackbar ✅ Gradient background ✅ Pin/unpin ✅ Snap/unsnap ✅ Auto change page ✅ Change page by controller ✅ Listen page changes ✅ Custom scroll controller ✅ ..

Read more

Stonks – Mobile This is a simple app that helps users track their favorite stonks. Features Users can save stonks. Users can see stonks. Users can see market indexes. Users can search for stonks. Users can get detailed information about a single stonks. Coming soon Indexes section. News section. News about a single stonk. Download ..

Read more

flutter_circle_color_picker A beautiful circle color picker for Flutter. Light theme Dark Theme Usage … body: Center( child: CircleColorPicker( initialColor: Colors.blue, onChanged: (color) => print(color), size: const Size(240, 240), strokeWidth: 4, thumbSize: 36, ), ), … API /// Called during a drag when the user is selecting a color. /// /// This callback called with latest ..

Read more

Info about flutter_styled_toast A Styled Toast Flutter package. You can highly customize toast ever. Beautify toast with a series of animations and make toast more beautiful. demo Getting Started dependencies: flutter_styled_toast: ^1.2.1 import ‘package:flutter_styled_toast/flutter_styled_toast.dart’; StyledToast( textStyle: TextStyle(fontSize: 16.0, color: Colors.white), backgroundColor: Color(0x99000000), borderRadius: BorderRadius.circular(5.0), textPadding: EdgeInsets.symmetric(horizontal: 17.0, vertical: 10.0), toastPositions: StyledToastPosition.bottom, toastAnimation: StyledToastAnimation.fade, reverseAnimation: StyledToastAnimation.fade, ..

Read more

Animated Bottom Navigation Bar A really cool navigation bar based on the design by Sanchita Agrawal Try it out on DartPad. Source code for Spotlight Navigation bar import ‘package:flutter/cupertino.dart’; import ‘package:flutter/material.dart’; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home: HomePage(), ); } } class HomePage extends StatefulWidget { @override _HomePageState ..

Read more

#flutterhitui This repository contains beautiful ui implmentations aroung globe Spot Light background [design](https://www.behance.net/gallery/94842819/Animated-Tab-Bar) by [Sanchita Agrawal] [!Watch the Video](https://github.com/viveky259259/flutter_hit_ui/blob/master/videos/light_tab_bar_video.mp4) Download Flutter Spot Light Navigation bar source code on GitHub https://github.com/viveky259259/flut..

Read more

MetaFlutter MetaFlutter is a project to create Flutter layouts on device. Learn, explore and experiment with Flutter widgets directly on your phone. MetaFlutter allows you to create Flutter layouts using a wide and constantly growing range of Flutter widgets. Build out an idea you had instantly, try out something you’ve never tried before or just ..

Read more

flip_box_bar A 3D BottomNavigationBar inspired by Dribbble design by Dannniel [https://dribbble.com/shots/4811135-Tab-Bar-Cube-Interaction]. Demo Example Use // In Scaffold int selectedIndex = 0; bottomNavigationBar: FlipBoxBar( selectedIndex: index, items: [ FlipBarItem(icon: Icon(Icons.map), text: Text(“Map”), frontColor: Colors.blue, backColor: Colors.blueAccent), FlipBarItem(icon: Icon(Icons.add), text: Text(“Add”), frontColor: Colors.cyan, backColor: Colors.cyanAccent), FlipBarItem(icon: Icon(Icons.chrome_reader_mode), text: Text(“Read”), frontColor: Colors.orange, backColor: Colors.orangeAccent), FlipBarItem(icon: Icon(Icons.print), text: Text(“Print”), ..

Read more

One App Flutter The Official HackRU Flutter App Feel free to show some ❤️ and ⭐️ the repo to support the project. Description What is the purpose of this project? A cross-platform mobile application for hackers, organizers, mentors, and sponsors at the HackRU. HackRU is a 24-hour hackathon at Rutgers University. Hackers would be able to get announcements, a ..

Read more

corova_virus_app Flutter Andriod app to track cases in each country for Corona Virus Covid-19 app support historical data/dark mode/search by country/charts/share and take screen shot APP Youtube Guide Download app Android ScreenShot (support Dark mode) Contributions are welcome Credits Corona API – NovelCOVID Getting Started This project is a starting point for a Flutter application. A ..

Read more

ITACOV ???? Sebuah project aplikasi mobile open source made with flutter, di harapkan dapat membantu untuk mencegah penyebaran Covid-19 Mau Ikut ? Design App Sementara belum implementasi API, kalau ada yang punya refrensi, monggo, for Home Screen for info page Download Source code on GitHub https://github.com/4RSIM3R/itac..

Read more

Link Text Easy to use text widget for Flutter apps, which converts inlined urls into working, clickable links. Allows for custom styling. Usage Link Text widget requires no setup. Just simply pass a String with inlined URLs, and the widget will take care of the rest. final String _text = ‘Lorem ipsum https://flutter.dev\nhttps://pub.dev’; @override Widget build(BuildContext context) { ..

Read more

Deer Minimalist Todo Planner app built around the idea of efficiency and clean aesthetic. Showcase Development Deer uses BLoC (Business Logic Component) pattern to manage app state. If you want to use Streams in your Flutter project, then I think this is the way to go. BLoC plays exceptionally well with Flutter’s reactive nature, especially ..

Read more

Kadi Music Player OpenSource Flutter Based Music Player with Fantastic UI Demo App Clone Build Run Features  Android (iOS Coming Soon)  Fetch local songs (Inbuilt Permission)  Beautiful UI with multiple themes(Coming Soon)  Animation  Full Fledged Example  play (local files)  stop  pause  seek  shuffle  Album Art  onComplete  onDuration / onCurrentPosition  Full Player controls on bottom bar ..

Read more

???? Flutter Music Player   Getting Started ???? Clone the repo Install the dependicies Run it Todos  Retrieve songs  Retrieve from SD  Play  Pause  Seek  Shuffle  Favorites  Album list  Playing queue  Android X migration  Notification and Lock Screen Controls  System integration  Artist list  Playlists  Search songs  Finishing up the Settings page  Adding support for artist thumbnail update via ..

Read more

ImageEditorPro Image Editor Plugin with simple, easy support for image editing using Paints, Text, Filters, Emoji and Sticker like stories. To start with this, we need to simply add the dependencies in the gradle file of our app module like this Installation First, add image_editor_pro: as a dependency in your pubspec.yaml file. Import import ‘package:image_editor_pro/image_editor_pro.dart’; iOS Add the ..

Read more

Built Values for Dart Introduction Built Value provides: Immutable value types; EnumClass, classes that behave like enums; JSON serialization. Immutable collections are from built_collection. See the API docs. Articles built_value for Immutable Object Models built_value for Serialization Building a Chat App in Dart End to End Testing in One Short Second with Dart Moving Fast with Dart Immutable Values ..

Read more

Netcasts OSS Simple podcasts (netcasts) management powered by open source software Homepage Drawer Explore Discover Podcast Episodes Player Settings Why another podcast app? You want an ad-free app for your podcasts consumption You want an app powered by open source software You want an app you can clone, tinker with, and add functionality to You ..

Read more

flutter_food_delivery_app_ui This application is not completed yet. currently, I am working on it. A small attempt to make a Food delivery app user interface in Flutter for Android and iOS. ScreenShots Home Page Food Details Screen Login & Registration Screen Getting Started This project is a starting point for a Flutter application. A few resources ..

Read more

Coronavirus Warrior App A Flutter project to track & help to fight from coronavirus. What is Coronavirus Warrior? Coronavirus Warrior is a cross-platform mobile app. It is written in Dart using Flutter. Download the app from here. Show some ❤️ and star the repo. Collection of flutter apps with tutorial Flutter Example Apps Screenshots Contributing Fork the repository and ..

Read more