flutter-tips
flutter-tips copied to clipboard
Some tips and tricks in Flutter & Dart
Flutter Tips
Some tips and tricks in Flutter & Dart.
Table of Contents
- Unwrap
- Separated with
- SliverSeparatedChildBuilderDelegate
- Test with
- Override Asset Bundle
- Price Format
- Deep Checkbox
- Translated Locale Name
- Go Router Uri
- Json Object Model
- Pump App Tester
- Safe Complete
- Stream Converter
- String contains diacritics insensitive
- Stacked Gradients
- Compare two versions
- Benchmark async method
- JSON decoding
Unwrap
Source Code

Separated with
Source Code

SliverSeparatedChildBuilderDelegate
Source Code

Test with
Source Code

Override Asset Bundle
Source Code

Price Format
Source code

Deep Checkbox
Source code

Translated Locale Name
Source code

Go Router Uri
Source code

Json Object Model
Source Code

Pump App Tester
Source Code

Safe Complete
Source Code

Stream Converter
Source Code

String contains diacritics insensitive
Source Code + Tests

Stacked gradients
Source Code

Compare two versions
Source Code + Tests

Benchmark async method
Source Code

JSON decoding
Source Code + Tests

Credits
- Inspiration: vandadnp's repository flutter-tips-and-tricks
- Code snippets: CodeSnap