Hello Flutter guys, if you are starting with Flutter, I have some posts/code samples where you can learn.
https://github.com/diegoveloper/flutter-samples
Any feedback or star to my repo will be appreciate :)
http://Telegram.me/programming_courses
https://github.com/diegoveloper/flutter-samples
Any feedback or star to my repo will be appreciate :)
http://Telegram.me/programming_courses
GitHub
GitHub - diegoveloper/flutter-samples: Flutter Samples
Flutter Samples. Contribute to diegoveloper/flutter-samples development by creating an account on GitHub.
a very basic example of stream builder in flutter.
github link =>
https://github.com/hassanroid/very-basic-stream-builder-in-fluuter
http://Telegram.me/programming_courses
github link =>
https://github.com/hassanroid/very-basic-stream-builder-in-fluuter
http://Telegram.me/programming_courses
GitHub
GitHub - hassanroid/very-basic-stream-builder-in-fluuter: a simple example of stream builder in flutter
a simple example of stream builder in flutter. Contribute to hassanroid/very-basic-stream-builder-in-fluuter development by creating an account on GitHub.
I'm trying to code a UI from Dribbble User Ketan from India.
Here is his link : https://dribbble.com/shots/5435656-Fitness-tracker-app
There is only main page I coded for now.
My Github repo : https://github.com/serdarpolat/flutter_fitness_tracker_app_UI
http://Telegram.me/programming_courses
Here is his link : https://dribbble.com/shots/5435656-Fitness-tracker-app
There is only main page I coded for now.
My Github repo : https://github.com/serdarpolat/flutter_fitness_tracker_app_UI
http://Telegram.me/programming_courses
Dribbble
Fitness tracker app
Fitness tracker app designed by MindInventory Graphics for MindInventory. Connect with them on Dribbble; the global community for designers and creative professionals.
This is a series of video where I am showing the implementation of Page Transition in Flutter.
Full Video: https://www.youtube.com/watch?v=0ePmAOi7dVE
http://Telegram.me/programming_courses
Full Video: https://www.youtube.com/watch?v=0ePmAOi7dVE
http://Telegram.me/programming_courses
YouTube
2 SLIDE TRANSITION | Flutter Transition Playlist
In this video, I am going to show you the implementation of Slide Transition.
GitHub : will update tomorrow
Tween : A linear interpolation across a range.we use a Tween object with an animation and will call animate method on Tween object and pass it…
GitHub : will update tomorrow
Tween : A linear interpolation across a range.we use a Tween object with an animation and will call animate method on Tween object and pass it…
Using Streams in Flutter.
Streams are similar to observables in Rx, LiveData in Android. Stream as the name suggest is a sequence of asynchronous events. You define stream at one place, add data to it at some other place and then listen to this data addition elsewhere, so as to refresh your UI etc (like some widget or).
Let’s understand streams by some simple examples.
http://flutterappdev.com/2018/12/17/using-streams-in-flutter-flutter-app-development/
#flutterappdev #flutterlive #flutterio #flutter #android #iOS
http://Telegram.me/programming_courses
Streams are similar to observables in Rx, LiveData in Android. Stream as the name suggest is a sequence of asynchronous events. You define stream at one place, add data to it at some other place and then listen to this data addition elsewhere, so as to refresh your UI etc (like some widget or).
Let’s understand streams by some simple examples.
http://flutterappdev.com/2018/12/17/using-streams-in-flutter-flutter-app-development/
#flutterappdev #flutterlive #flutterio #flutter #android #iOS
http://Telegram.me/programming_courses
Flutter App Dev
Using Streams in Flutter | Flutter App Development
Using streams in flutter are similar to observables in Rx, LiveData in Android. Stream as the name suggest is a sequence of asynchronous events.
Internationalizing Flutter Apps
https://flutter.io/docs/development/accessibility-and-localization/internationalization#tracking-the-locale-the-locale-class-and-the-localizations-widget
http://Telegram.me/programming_courses
https://flutter.io/docs/development/accessibility-and-localization/internationalization#tracking-the-locale-the-locale-class-and-the-localizations-widget
http://Telegram.me/programming_courses
docs.flutter.dev
Internationalizing Flutter apps
How to internationalize your Flutter app.
Flutter Movies App Source Code
inKino is a multi platform Dart app for browsing movies and showtimes for Finnkino cinemas
APP Store Link:
https://itunes.apple.com/us/app/inkino/id1367181450
Google Play Link:
https://play.google.com/store/apps/details?id=com.roughike.inkino
Source Code :
https://drive.google.com/file/d/1W01lNerFCzc8tIw8Cg9nuCsGtuXZE_F0/view?usp=drivesdk
http://Telegram.me/programming_courses
inKino is a multi platform Dart app for browsing movies and showtimes for Finnkino cinemas
APP Store Link:
https://itunes.apple.com/us/app/inkino/id1367181450
Google Play Link:
https://play.google.com/store/apps/details?id=com.roughike.inkino
Source Code :
https://drive.google.com/file/d/1W01lNerFCzc8tIw8Cg9nuCsGtuXZE_F0/view?usp=drivesdk
http://Telegram.me/programming_courses
Flutter Application Source Code
3. Toughest
The app serves you for your interview preparation and brain exercises, it has questions and answers divided into various different categories to ease your preparation.
If you focus on it, then it can cover up to 90% common interview questions.
Google Play Link :
https://play.google.com/store/apps/details?id=tricky.questions
Source Code :
https://github.com/MDSADABWASIM/Toughest
http://Telegram.me/programming_courses
3. Toughest
The app serves you for your interview preparation and brain exercises, it has questions and answers divided into various different categories to ease your preparation.
If you focus on it, then it can cover up to 90% common interview questions.
Google Play Link :
https://play.google.com/store/apps/details?id=tricky.questions
Source Code :
https://github.com/MDSADABWASIM/Toughest
http://Telegram.me/programming_courses
Google Play
Smart skills - Learn and Grow - Apps on Google Play
The only App you need for your interview prep and learning new skills.
ContactPicker plugin for Flutter
With this plugin a Flutter app can ask its user to select a contact from his/her address book. The information associated with the contact is returned to the app.
This plugin uses the operating system's native UI for selecting contacts and does not require any special permissions from the user.
https://github.com/goderbauer/contact_picker
http://Telegram.me/programming_courses
With this plugin a Flutter app can ask its user to select a contact from his/her address book. The information associated with the contact is returned to the app.
This plugin uses the operating system's native UI for selecting contacts and does not require any special permissions from the user.
https://github.com/goderbauer/contact_picker
http://Telegram.me/programming_courses
GitHub
GitHub - goderbauer/contact_picker: A Flutter plugin for picking a contact from the address book.
A Flutter plugin for picking a contact from the address book. - GitHub - goderbauer/contact_picker: A Flutter plugin for picking a contact from the address book.
This media is not supported in your browser
VIEW IN TELEGRAM
flutter_sticky_header
A Flutter implementation of sticky headers with a sliver as a child.
https://github.com/letsar/flutter_sticky_header
#android
#iOS
#flutterio
#flutterappdev
http://Telegram.me/programming_courses
A Flutter implementation of sticky headers with a sliver as a child.
https://github.com/letsar/flutter_sticky_header
#android
#iOS
#flutterio
#flutterappdev
http://Telegram.me/programming_courses
This media is not supported in your browser
VIEW IN TELEGRAM
Flip Panel in flutter
A package for flip panel with built-in animation
https://github.com/hnvn/flutter_flip_panel
http://Telegram.me/programming_courses
A package for flip panel with built-in animation
https://github.com/hnvn/flutter_flip_panel
http://Telegram.me/programming_courses