Super Course App With Beautiful Fiture and UI

📦 Course App Super Course App With Beautiful Fiture & UI. 📄 Page Include Verify OTP Code Page Home Page Course Detail Page 🎖 Installing dependencies: flutter: sdk: flutter # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 google_fonts: ^3.0.1 🚀 Getting Started Clone this project …

Game UI for Android and iOS

GAM.IO UI IN FLUTTER Social Network UI Made In Flutter for Android & iOS. Star⭐ the repo if you like what you see😉. Requirements Any Operating System (ie. MacOS X, Linux, Windows) Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc) Dart and Flutter Packages google_fonts See on Pub.dev dot_navigation_bar See on Pub.dev Screenshots All Screens Author …

Fifa world cup album manager – 8ª edition of Dart Week from Academia do Flutter

DartWeek 8ª edição – FIFA WORLD CUP album manager Dia 1 Resumo: Adciona assets, dependências, seta tema dos botões, textos e cores Cria splashPage Resultado Como usar Disponível para windows e android – Com o git instalado no computador, clone o repositório usando o: $ git clone https://github.com/e-medeiros1/world_cup_album_manager.git – Entre no diretório com: $ cd .world_cup_album_manager – Vá para o …

A toll payment mobile Application using flutter

Toll Pay Table A: Group Members # Names Role 1 Kasasira Charles Derrick Google Maps & Weath API 2 Lukyamuzi Akram Generate QR 3 Nakuwanda Hellen Bridget Authentication 4 Langalafa Gideon Ohure User Interface Inital Screen 5 Tangaya Daphine Damalie Mobile Payment Integration Problem Statement TRoad tolling is a method of raising revenue form transport infrastructure through imposing a charge …

Reacts when there are no user activities in your application

activsy reacts when there are no user activities in your application Installation dependencies: activsy: ^1.0.1 Usage void main() { Activsy.config(seconds: 10, noActivity: () async { /// perform operation /// call the start to continue monitoring }); runApp(const MyApp()); } or void main() { Activsy.config(seconds: 10, noActivity: () async { /// perform operation /// call the start to continue monitoring }).init(); …

An application that has the function of displaying a list of restaurants in several famous cities in Indonesia

Resto Finder       Restaurant App is an application that has the function of displaying a list of restaurants in several famous cities in Indonesia. You can also activate the notification feature which will provide restaurant recommendations at 11 am. Apps Feature: Show List of Restaurants in City Search Restaurants Restaurant Details Show Review and Create Review Favorite Restaurants …

PlantZ – A Inspiration and Habbit Routine App for Your Plant

📦 Plant App PlantZ is a Inspiration & Habbit Routine App for Your Plant. 🎁 Fiture App Name Clean Code & UI 📄 Page Include OnBoarding Page Home Page 🎖 Installing dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.2 google_fonts: ^3.0.1 lottie: ^1.4.3 dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^2.0.0 🚀 Getting Started Clone this project || Download Zip from GitHub Run flutter …

Flutter based mobile application for cinema seats reservation

cinema Station – cinema resevation. Flutter based mobile application for cinema seats reservation with an fully functioning Admin application to manage the application – with cinema station you will be able to fnd, explore and book your seats from home. 🔭 Used technologies: BLOC “CUBIT” for state management. HTTP package. Firebase “realtime database – firebase authentication – firestore”. Shared preferences. …

Cross-platform version of DevToys, a Swiss Army knife for developers

DevToys Flutter This is a W.I.P Flutter port of DevToys for Windows. Click here to try it from your browser 🌐! Getting Started Building from source Clone the repo from GitHub git clone https://github.com/gumbarros/DevToysFlutter Install Flutter Restore the dependencies and build the project flutter pub get flutter run Motivation I really loved the idea of the original DevToys, but I …