Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Dart : https://dart.dev/guides
Flutter : https://flutter.dev/
Simplified intro for dart and flutter : https://www.freecodecamp.org/news/https-medium-com-rahman-sameeha-whats-flutter-an-intro-to-dart-6fc42ba7c4a3/
Free software : http://www.gnu.org/philosophy/free-sw.en.html
More about FOSS : http://www.gnu.org/philosophy/essays-and-articles.html#aboutfs
How install Gnu/Linux : https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview
Dual OS : https://www.wikihow.com/Install-Two-Operating-Systems-on-One-Computer
Flutter install : https://flutter.dev/docs/get-started/install/linux
Dart basics : https://www.raywenderlich.com/22685966-dart-basics
Flutter sample app : https://flutter.dev/docs/get-started/codelab
FOSS Alternative apps in various platforms : https://prism-break.org/en/
Fdroid : https://f-droid.org/en/
Wordpress blog : https://wordpress.org/support/article/first-steps-with-wordpress/
Dart playground : https://www.dartpad.dev/
Stateless and Stateful Widget : https://www.geeksforgeeks.org/difference-between-stateless-and-stateful-widget-in-flutter/
Git basics : https://www.hostinger.com/tutorials/basic-git-commands & https://blog.prototypr.io/git-for-beginners-12-commands-you-need-to-know-e084cce9cc94
Git cheat sheet: https://education.github.com/git-cheat-sheet-education.pdf
Hacktoberfest : https://hacktoberfest.digitalocean.com/
Text field : https://api.flutter.dev/flutter/material/TextField-class.html
Listview Builder example : https://www.geeksforgeeks.org/listview-builder-in-flutter/
Listview Builder minimal : https://www.kindacode.com/article/flutter-listview-builder-example/
Sample listing app : https://github.com/ViluppuramGLUG/FlutterClass/tree/main/vglug/class5/list_app
Alert dialog example : https://googleflutter.com/flutter-alertdialog/
About Mozilla : https://www.mozilla.org/en-US/about/
Basic linux commands : https://www.edureka.co/blog/linux-commands/ & https://linuxiac.com/basic-linux-commands/
Open Street Map - https://www.openstreetmap.org
OSM Apps - OsmAnd+ : https://f-droid.org/en/packages/de.westnordost.streetcomplete/ & Street Complete : https://f-droid.org/en/packages/net.osmand.plus/
Adhalinaal Kaadhal Seiveer : https://www.amazon.in/ஆதனிலால்-செய்வீர்-Athalinal-Kathal-Seiveer-ebook/dp/B09G32R4M6
Stateless and Stateful Widget : https://www.geeksforgeeks.org/difference-between-stateless-and-stateful-widget-in-flutter/
Flutter Constructors : https://www.bezkoder.com/dart-flutter-constructors/
Basic OOPs Concept : https://www.guru99.com/java-oops-concept.html
Row, Column, mainAxis, crosAxis properties, Expand, flex, sized box, etc : https://medium.com/flutter-community/flutter-layout-cheat-sheet-5363348d037e & https://medium.com/jlouage/flutter-row-column-cheat-sheet-78c38d242041
Software engineering : https://www.javatpoint.com/software-engineering-tutorial & https://en.wikipedia.org/wiki/Software_engineering
Row Column example : https://github.com/ViluppuramGLUG/FlutterClass/tree/main/vglug/class7/row_column
Sample increment & decrement app : https://github.com/ViluppuramGLUG/FlutterClass/tree/main/vglug/class7/inc_dec_app
Flutter basic widgets : https://flutter.dev/docs/development/ui/widgets/basics
Sample Basic widgets examples : https://github.com/ViluppuramGLUG/FlutterClass/tree/main/vglug/class8/basic_widgets
Row & Column Demo app : https://github.com/ViluppuramGLUG/FlutterClass/tree/main/vglug/class8/row_column_demo
HTML : https://www.w3schools.com/html/
CSS : https://www.w3schools.com/css/
Toast flutter sdk: https://pub.dev/packages/toast
Click events: https://flutter-examples.com/flutter-set-onpressed-onclick-on-elevated-button/
Ayesha short film: https://youtu.be/p2MSSTq4G8I
Ayesha book: https://thamizhbooks.com/product/ayesha-ayisha-era-natrasan/
Grid view: https://www.appsdeveloperblog.com/gridview-example-in-flutter/
Expansion Tile: https://medium.flutterdevs.com/expansion-tile-in-flutter-d2b7ba4a1f4b
Expended widget: https://www.geeksforgeeks.org/flutter-expanded-widget/
Hero Animation: https://docs.flutter.dev/development/ui/animations/hero-animations , https://blog.waldo.io/flutter-hero-widget/ & https://medium.flutterdevs.com/hero-animations-in-flutter-fe4f8b55a6df
Shared preferences: https://codesinsider.com/flutter-sharedpreferences/
How Internet work: https://developer.mozilla.org/en-US/docs/Learn/Common_questions/How_does_the_Internet_work
Custom Callback: https://medium.com/codechai/flutter-custom-widgets-callbacks-3d365d9fd37b
Web View Package: https://pub.dev/packages/webview_flutter
What is API: https://www.mulesoft.com/resources/api/what-is-an-api#:~:text=API%20is%20the%20acronym%20for,you're%20using%20an%20API .
Sample API: https://raw.githubusercontent.com/ViluppuramGLUG/FlutterClass/main/vglug/test.json
HTTP package: https://pub.dev/packages/http
FutureBuilder: https://api.flutter.dev/flutter/widgets/FutureBuilder-class.html
Asynchronous programming: futures, async, await: https://dart.dev/codelabs/async-await
What is GraphQL: https://graphql.org/
Free Api: https://rapidapi.com/collection/list-of-free-apis
HTTP package: https://pub.dev/packages/http
Asynchronous programming: futures, async, await: https://dart.dev/codelabs/async-await
SQL Database: https://www.w3schools.com/sql/
DB Browser for SQLite: https://sqlitebrowser.org/
Fetch data from the internet: https://docs.flutter.dev/cookbook/networking/fetch-data & https://www.geeksforgeeks.org/flutter-fetching-data-from-the-internet/
BottomNavigationBar: https://api.flutter.dev/flutter/material/BottomNavigationBar-class.html & https://www.javatpoint.com/flutter-bottom-navigation-bar
Google Map Package: https://pub.dev/packages/google_maps_flutter
Google Map Documentation: https://developers.google.com/maps/gmp-get-started
Google Developer Console: https://console.cloud.google.com/
Device preview SDK: https://pub.dev/packages/device_preview
How to approach any coding problem?: https://hackernoon.com/how-to-approach-any-coding-problem-9230f3ad6f9
Drawer : https://docs.flutter.dev/cookbook/design/drawer & https://www.javatpoint.com/flutter-drawer & https://medium.com/codechai/navigation-drawer-using-flutter-cc8a5cfcab90
Shared preferences: https://codesinsider.com/flutter-sharedpreferences/ & https://pub.dev/packages/shared_preferences & https://stackoverflow.com/questions/23024831/android-shared-preferences-for-creating-one-time-activity-example
Provider : https://pub.dev/packages/provider & https://stackoverflow.com/questions/56722443/choosing-the-correct-flutter-design-pattern
MVC Design Pattern : https://medium.flutterdevs.com/design-patterns-in-flutter-part-1-c32a3ddb00e2#:~:text=MVC%20stands%20for%20the%20model,is%20used%20in%20the%20application .
Alternative to youtube : https://newpipe.net/
Visibility widget : https://api.flutter.dev/flutter/widgets/Visibility-class.html
Stack : https://api.flutter.dev/flutter/widgets/Stack-class.html
Tooltip : https://api.flutter.dev/flutter/material/Tooltip-class.html
Spacer : https://api.flutter.dev/flutter/widgets/Spacer-class.html
Photoshop Alternative : https://www.gimp.org/
Inkscape : https://inkscape.org/
You can’t perform that action at this time.