Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
624 contributions in the last year
Contribution activity
October 2020
Created a pull request in flutter/flutter that received 5 comments
[gen_l10n] Add base method code comments for improved discoverability
Description
As described in #67206, it can be difficult to figure out what each method or getter in your generated Localizations class means. This …
- [gen_l10n] Fix unintended use of raw string in generateString
- Remove intl_translation dependency from gen_l10n integration test
- Fix null issue with dynamically updating from zero tabs for TabBar
- [gen_l10n] Make resource attributes optional for simple cases
- [gen-l10n] Fix untranslated messages
- [gen_l10n] Create pubspec.yaml in ".dart_tool/flutter_gen" if it does not already exist
- [NNBD] Migrate more widget tests to NNBD
- [NNBD] More widget tests
- Expose date symbols and patterns for en_US in framework
- [NNBD] Migrate some Material tests to NNBD
- Add Offstage sample to API docs
- Date Separator localization updates
- Improve the tab bar indicator color behaviors
- Migrate flutter_localizations to null safety.
- Make WidgetsLocalizations.of non-nullable
- Fix typo in form.dart
- Fixed Incorrect Translation Generation (l10n) #67217
- Make Material/CupertinoLocalizations non-nullable
- router.dart: fix grammer mistake
- Migrate all of examples/layers to sound null safety
- Sound null safety for framework and flutter_test
- enable unnecessary_string_escapes and use_raw_strings
- [NNBD] Migrate some Widgets tests
- Fix DropdownButton bug
- Expose the tileColor property
- [Improvement] Add prefix `Alignment.` for toString of Alignment
- Fix ListTile assert when layout at zero size
- [flutter_tools] HACKTOBERFEST
- Fix typos in the [BottomNavigationBar] document
- Migrate tests to null-safety
- [AppBarTheme] adds titleSpacing parameter
- Exposes ListTile.shape for CheckboxListTile and SwitchListTile
- Make CupertinoTabView restorable
Created an issue in flutter/flutter that received 2 comments
[gen-l10n] Make generated code null safe
Once the intl package is migrated to NNBD and the Flutter framework is completely migrated to be null safe, we will likely need to create a new opt…