Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Flutter Ui Designs | 221 | a year ago | 1 | mit | Dart | |||||
Just collection of UI designs build with flutter. Can run on any mobile, web & desktop. | ||||||||||
Healthcheck | 58 | 2 years ago | 3 | mit | Jupyter Notebook | |||||
Health Check ✔ is a Machine Learning Web Application made using Flask that can predict mainly three diseases i.e. Diabetes, Heart Disease, and Cancer. | ||||||||||
Card_matching_game_by_ercan | 12 | 2 years ago | JavaScript | |||||||
A card-matching game made with Flutter. | ||||||||||
Ideagram | 12 | a year ago | mit | Dart | ||||||
💡 A home for your ideas. It is an app where you can find inspiration for your projects/ideas or even showcase your ideas to the world. Connect wth developers who have your similiar mindsets or ideas and explore a whole new world together and create life changing apps 💡 | ||||||||||
Checoloresono | 8 | 3 years ago | 1 | lgpl-3.0 | Dart | |||||
The web application to know which color your region is during COVID19 in Italy | ||||||||||
Flutterkeygenerator | 6 | 4 years ago | Dart | |||||||
Web Auth login key generator - Flutter | ||||||||||
How_old_am_i | 3 | a month ago | mit | Dart | ||||||
This flutter project allows users to input their birthdate (day, month, year) and calculates their age in years, months, and days. The UI is designed with useMaterial3 and is simple and easy to use. The project is open source and can be used as a template for similar age calculator apps. | ||||||||||
Sokka | 3 | 2 years ago | 20 | gpl-3.0 | Dart | |||||
:credit_card::calling: A modern ordering system for restaurants | ||||||||||
Coffee | 2 | a year ago | n,ull | Dart | ||||||
Coffee Shop app! Take your coffee right now ! | ||||||||||
Flutter Signin And Signup Ui | 2 | 2 years ago | mit | Dart | ||||||
This repository contains the Flutter UI design of the Login, and Sign Up screen. |
True cross platform app runs on web, mobile & desktop
flutter --enable-web
flutter --enable-macos-desktop
flutter --enable-linux-desktop
flutter --enable-windows-desktop
flutter doctor
this command will show you what dependencies you need to install.Please note that this project's code is not meant for beginners! If you're just getting started with flutter I recommend you to explore some ToDo and basic setState apps and get yourself familiar with flutter and dart eco-system because in this project intermediate and advance implementations are use which will confuse you and won't help much in terms of learning.
main.dart
& main.mobile.dart
. It was necessary because I'm using Firebase analytics and crashlytics and there isn't desktop support for Firebase yet.Navigator.dart
is responsible for managing routes, handles custom transition, pass parameter in screens and control navigation with keyboard shortcuts.configs/AppDimensions.dart
this is the magical file. It provides the app with:UI.dart
provides constant for building responsive UI.
Widgets/Screen.dart
This widget is necessary when building a new screen.
belowBuilders
parameter which builds custom background (This enables us to build Parallax, Animated background & Any thing you could imagine in background). you can find an example in Screens/Download/Download.dart
Dimensions.dart
where you can write Screen's responsive logic.this
for class's properties & methods I helps keep track of variables & class properties.vslaunch.dart
dart sciprts/vslaunch.dart
If you like the project and want to appreciate my effort. Then you can perform any of these steps
This project is licensed under the MIT license, Copyright (c) 2020 Hamza Iqbal. For more information see LICENSE.md
.