rhedgpeth /
flutter-sqlite
This repository contains a simple Flutter application that manages contact information using SQLite (via SQFLite).
Loading repository data…
Ganeshshinde-2003 / repository
This repository contains my Flutter course project, which I developed as part of my learning journey. The project has all the required code is in the lib folder. It also includes examples of all the widgets covered in the course, showcasing my progress and learning.
This repository contains the code that I developed during my Flutter course. The course covered the basic concepts and functionalities of Flutter, and this project includes all the required code to implement those concepts.
The project is a simple Flutter app that includes the following screens:
The home screen includes a welcome message and a button that navigates to the second screen.
The second screen includes a form that allows the user to input their name and email address. Once the user submits the form, the app navigates back to the home screen and displays a message that includes the user's name and email.
All the code that I developed for this project is located in the lib folder.
The project includes all the basic Flutter code required to build these screens, including:
The main entry point of the app.
The code for the home screen.
The code for the second screen.
The model class for the user data.
A folder containing reusable widgets used in the app.
Here are all the widgets used in the Flutter project:
MaterialApp - The top-level widget that contains the whole app.
Scaffold - A widget that provides basic app structure and visual elements such as the app bar, drawer, and bottom navigation.
AppBar - A widget that displays a toolbar with a title and/or other widgets, such as icons or buttons.
Center - A widget that centers its child widget both horizontally and vertically.
Text - A widget that displays text.
ElevatedButton - A widget that displays a button with a raised appearance.
TextField - A widget that allows the user to input text.
SizedBox - A widget that provides a fixed-size box that can be used to add spacing between other widgets.
SingleChildScrollView - A widget that enables scrolling when the contents of a widget are too large to fit on the screen.
Form - A widget that manages form elements such as text fields and validation.
TextFormField - A widget that is used for inputting and validating text in a form.
RaisedButton - A widget that displays a button with a flat appearance.
ListView - A widget that displays a scrollable list of widgets.
ListTile - A widget that displays a single row in a ListView, typically containing text and/or icons.
Icon - A widget that displays an icon.
CircleAvatar - A widget that displays a circular avatar image.
If you're new to Flutter, these widgets are a great starting point for building your own apps!
To run the app, you need to have Flutter installed on your machine. If you haven't already, you can follow the instructions on the Flutter website to install Flutter.
Once you have Flutter installed, you can run the app by following these steps:
Contributions are welcome! If you notice any issues or would like to suggest improvements, feel free to open an issue or
Selected from shared topics, language and repository description—not editorial ratings.
rhedgpeth /
This repository contains a simple Flutter application that manages contact information using SQLite (via SQFLite).
DilipKhunti /
Welcome to SweetBite, a comprehensive application designed to enhance your cake shopping experience. This repository contains both the frontend and backend components of the SweetBite application.
JinsarAhmed /
This repository contains all the dart/flutter files of My Flutter Learning Journey
Abhijit2505 /
Flutter is an open-source UI software development kit created by Google. It is used to develop applications for Android, iOS, Windows, Mac, Linux, Google Fuchsia and the web from a single codebase. This repository contains all my flutter practise codes.
yeswanthkutty001-cyber /
This repository contains a scalable and modular e-commerce application built using Flutter. The project follows a feature-based architecture, making it suitable for real-world applications and easy to maintain or extend.
davocarli /
Repository containing my learning/practice of flutter following this course: https://www.udemy.com/course/learn-flutter-dart-to-build-ios-android-apps/