flutter_getx_timetracker
riverpod
flutter_getx_timetracker | riverpod | |
---|---|---|
3 | 68 | |
24 | 6,185 | |
- | - | |
0.0 | 9.3 | |
about 3 years ago | 12 days ago | |
Dart | Dart | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
flutter_getx_timetracker
-
So hello people, i have been interested in learning flutter for a while, finally started to do some actions bout it
The best way to exercise is create your own simple applications which can be useful for you can be interested. For example: RSS Reader, Todo or Note app, Timetracker, some Already existing app or try create your own package and then you should also think more about your project structure and architecture ;-) When you will create all this so then you will have a good basic knowledge for another development :-)
-
Why I use GetX for my application state management?
If you want to see some code, you can look here where is my small project developed with GetX.
-
Most popular Flutter libraries for state management in 2021
Here is a one simple example which I created during trying of GetX: https://github.com/mjablecnik/flutter_getx_timetracker So you can study it and judge for yourself.
riverpod
-
Goodbye, Singleton! Should We Implement this in Flutter?
https://pub.dev/packages/get_it https://riverpod.dev/ https://www.studysmarter.co.uk/ https://resocoder.com/
-
Build a Personal Target Tracking Application with Flutter Riverpod and Strapi GraphQL
Before starting the tutorial on developing a personal target tracking application with Flutter, Riverpod, Strapi, and GraphQL, ensure you meet the following requirements:
-
Ask HN: What to use to build an iOS and Android app?
It may also look a bit boilerplate heavy but with the VS Code add in and code snippets it’s actually quite ergonomic to write. Just don’t attempt to type it all out by hand.
If you decide to give it a try there are some packages I’d recommend:
- Follow the official getting started: https://docs.flutter.dev/get-started/install
- State management: https://riverpod.dev/ is easy enough and quite powerful. The official docs still recommend Provider, but that’s basically deprecated. Riverpod is an improved Provider by the same maintainer
- Go router https://pub.dev/packages/go_router is the standard for routing
- I used sqflite for persisting local state: https://pub.dev/packages/sqflite
The setup may of your dev environment may take a bit (the mobile SDKs are quite big to download) but after that it’s quite smooth.
Flutter is “inspired” by react so you should feel familiar with the widget lifecycle. Unlike modern react though it uses class based components and when using stateful widgets (components) it’s split into two separate widgets.
-
Exploring Speed Up Mobile App Development Approaches
From a library standpoint, I would recommend https://riverpod.dev over any other state management libraries for productivity purposes.
-
Constructor Tear-Off with Riverpod Family
I have the following code. When I hot reload I get an error like this. Apparently this is fixed in dart 3 and Remi mentions a solve here. I am unclear how to refactor my code to achieve the solve without upgrading Flutter to an unstable version (which I've tried and cannot use because of certain render issues).
-
How use riverpod_generator on a class ? my todo property doesn't refresh on UI
I saw this official example but it doesn't use riverpod_generator : https://github.com/rrousselGit/riverpod/blob/master/examples/todos/lib/todo.dart
-
Full-stack Dart with gRPC Documentation site.
Looking at the riverpod.dev docs, I saw that they were using Docusaurus which led me to creating this site. You can think of it as a guide or your go-to when trying to build gRPC servers and clients using Dart. It's open source hosted at this repo and everyone is really invited to Collaborate.
-
Maximizing Your Flutter App's Performance with (Async)NotifierProvider, Freezed & Riverpod Code Generators
Riverpod Docs
- Am I super dumb or is Riverpod SO complicated?
- State Management in Flutter: Choosing the Right Approach for Your App.
What are some alternatives?
get_it - Get It - Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App. Maintainer: @escamoteur
bloc - A predictable state management library that helps implement the BLoC design pattern
MobX - Simple, scalable state management.
fish-redux - An assembled flutter application framework.
flutter_redux - A library that connects Widgets to a Redux Store
getx - Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
flutter_hooks - React hooks for Flutter. Hooks are a new kind of object that manages a Widget life-cycles. They are used to increase code sharing between widgets and as a complete replacement for StatefulWidget.
splat - Makes things cross-platform
flame - A Flutter based game engine.