Etiqueta: widget

  • A flutter UI Challenge for Traveling

    lets_head_out A flutter UI Challenge for Traveling. 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 GitHub

  • A flutter widget that expresses the concept of neuomorphism in UI design

    neuomorphic_container A package widget that applies the concept of Neuomorphism in software development using Flutter. Getting Started Neumorphic containers pretends to extrude from the background. It’s an elevated form created from the same element of the background. The background color of your application or widget hosting the Neuomorphic Container has to match the Neuomorphic Container background color to display properly. …

  • Authentication + Splash Screen Flutter UI with flutter

    rest_app Authentication + Splash Screen Flutter UI, UI created getting inspired from one share on dribble with flutter. UI created getting inspired from one share on dribble with flutter, after getting amazing responce, Added Firebase Authentication To use just connect to firebase, All the things are done just add the googleservice.json file and ios GoogleService-Info.plish and you are done. Do …

  • Material Design Scaffold for Flutter

    responsive_scaffold On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item. View Demo View Github Getting Started 3 Column Layout example Responsive Layout Follows Material Design Layout Docs. Here is a demo on various sizes. Example import ‘package:flutter/material.dart’; import ‘package:responsive_scaffold/responsive_scaffold.dart’; class LayoutExample extends StatelessWidget { @override Widget build(BuildContext context) …

  • A simple customizable animated circular menu for Flutter

    circular_menu A simple animated circular menu for Flutter, Adjustable radius, colors, alignment, animation curve and animation duration. Installation Add circular_menu : ^latest_version to your pubspec.yaml, and run flutter pub get in your project’s root directory. Basic Usage Import it to your project file import ‘package:circular_menu/circular_menu.dart’; And add it in its most basic form like it: final circularMenu = CircularMenu(items: [ …

  • Flutter plugin to implement a Boom Menu

    Flutter Boom Menu Flutter plugin to implement a Boom Menu, with icons, title, subtitle, animated FAB Icons and hide on scrolling. Usage The BoomMenu widget is built to be placed in the Scaffold.floatingActionButton argument, replacing the FloatingActionButton widget. It’s not possible to set its position with the Scaffold.floatingActionButtonLocation argument, but it’s possible to set right/bottom margin with the marginRight and …

  • A library for adding a beautiful drawer mode menu feature

    Hidden Drawer Menu Hidden Drawer Menu is a library for adding a beautiful drawer mode menu feature with perspective animation. You can use a pre-defined menu or make a fully customized menu. Download APK Example Use with default menu import ‘package:hidden_drawer_menu/hidden_drawer/hidden_drawer_menu.dart’; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( theme: ThemeData( primarySwatch: …

  • A flutter popup menu support both iOS and Android

    popup_menu This project was writed with pure dart code,which means it’s support both iOS and Android. ScreenShot How To Use You can find the demo at the ‘example’ folder. First, you should set the context at somewhere in you code. Like below: PopupMenu.context = context; PopupMenu menu = PopupMenu( items: [ MenuItem(title: ‘Copy’, image: Image.asset(‘assets/copy.png’)), MenuItem(title: ‘Home’, image: Icon(Icons.home, color: …

  • An easy way to create an internal side section where you can insert a list menu

    flutter_inner_drawer Inner Drawer is an easy way to create an internal side section (left/right) where you can insert a list menu or other. Installing Add this to your package’s pubspec.yaml file: dependencies: flutter_inner_drawer: «^0.2.2» New Version 0.1.5 -> 0.2.0 Animation type static Linear – Linear animation from version 0.2.0 has a different behavior quadratic (Linear of 0.1.5 version) DEMO Simple …

  • Flutter package for prompting users to upgrade

    Upgrader Flutter package for prompting users to upgrade when there is a newer version of the app in the store. When a newer app version is availabe in the app store, a simple alert prompt widget or card is displayed. With today’s modern app stores, there is little need to persuade users to upgrade because most of them are already …

  • Flutter error catching and handling plugin

    Catcher Catcher is Flutter plugin which automatically catches error/exceptions and handle them. Catcher offers mutliple way to handle errors. Catcher is heavily inspired from ACRA: https://github.com/ACRA/acra Catcher is solution for developers which want to get errors informations without using Crashlytics or Sentry product. It’s also great if you have your own backend where you’re storing application logs, so you can …

  • Fledge – A CICD tool for Flutter

    Fledge Automatically build, test, sign and release your Flutter app to both Apple and Google stores. Supports public and private build servers in the cloud (Travis, Cirrus, etc…) and in-house (Jenkins, GitLab, etc…). There are many steps involved each time an app, or an app upgrade, is delivered to both stores. Fledge exists to document and automate these steps. Quick …

  • A resource to help developers evaluate and use Flutter

    Flutter Gallery Flutter Gallery is a resource to help developers evaluate and use Flutter. It is a collection of Material Design & Cupertino widgets, behaviors, and vignettes implemented with Flutter. We often get asked how one can see Flutter in action, and this gallery demonstrates what Flutter provides and how it behaves in the wild. Running Flutter Gallery on Flutter’s …

  • A Flutter application to control the cigarette problem

    Cigarette Control A Flutter application to control the cigarette problem. Google Play : https://play.google.com/store/apps/details?id=com.feragusper.cigarette_control Support If you’ve found an error in this project, please file an issue: https://github.com/feragusper/CigaretteControl/issues Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. Contribute Pull requests are welcome. Fork it! Create your feature branch: git checkout -b …

  • An IntelliJ plugin for Flutter development

    Flutter Plugin for IntelliJ An IntelliJ plugin for Flutter development. Flutter is a multi-platform app SDK to help developers and designers build modern apps for iOS, Android and the web. Flutter makes it easy and fast to build beautiful mobile apps. Fast development Flutter’s hot reload helps you quickly and easily experiment, build UIs, add features, and fix bugs faster. …

  • Flutter Could Be the Best Solution for Mobile App Development

    It’s common knowledge that Java and Objective C are the major pillars that are used to carry out quality Android and iOS app development. Most developers rely on these programming languages to deliver robust apps to the clients. However, since Flutter came into the picture in May 2017, almost every other developer and app development company has switched to this …