Releases: crowdin/flutter-sdk
Releases · crowdin/flutter-sdk
1.1.0
1.0.0
The Crowdin Flutter SDK is out of beta and now in stable release! 🎉
Breaking Changes
- Minimum requirements updated: Dart SDK
>=3.4.0 <4.0.0, Flutter>=3.22.0 - Default
synthetic-packagechanged fromtruetofalseto align with Flutter 3.32+ deprecation - Import paths changed from
package:flutter_gen/gen_l10n/...to direct source imports
Migration
- Add
synthetic-package: falseto yourl10n.yaml(or rely on new default) - Update imports:
// Before import 'package:flutter_gen/gen_l10n/crowdin_localizations.dart'; // After import 'package:your_app/l10n/crowdin_localizations.dart';
- Run
flutter pub run crowdin_sdk:gento regenerate
Full Changelog: 0.8.1...1.0.0
0.8.1
What's Changed
- fix: add undeclared placeholders to the placeholders list by @LeventeAsztalosAlpian in #78
New Contributors
- @LeventeAsztalosAlpian made their first contribution in #78
Full Changelog: 0.8.0...0.8.1
0.8.0
What's Changed
- feat: expose downloaded manifest statically + check if locale is supported according to manifest by @tim-alenus in #71
- feat: stop requests when distribution deleted by @FlutterOd in #72
- docs: flutter_gen synthetic package migration by @FlutterOd in #74
New Contributors
- @tim-alenus made their first contribution in #71
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- feat: websocket security improvement by @FlutterOd in #63
- fix: intl update to 0.20.2 max by @Kiruel in #68
New Contributors
Full Changelog: 0.6.4...0.7.0
0.6.4
What's Changed
- fix: Spanish Language not handling properly within the SDK (es-ES) by @FlutterOd in #64
- build(deps): update intl dependency by @andrii-bodnar in #66
Full Changelog: 0.6.3...0.6.4
0.6.3
What's Changed
- fix: timestamp query for translation request by @FlutterOd in #56
- chore: app_link version limit and connectivity result list by @FlutterOd in #53
- chore: update pubspec.lock by @andrii-bodnar in #54
Full Changelog: 0.6.2...0.6.3
0.6.2
What's Changed
- fix: deprecated uni_links package changed by app_links by @FlutterOd in #50
- ci: upgrade actions by @andrii-bodnar in #52
Full Changelog: 0.6.1...0.6.2
0.6.1
What's Changed
- fix: Pass static analysis. crowdin_generator.dart format by @FlutterOd in #47
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- fix: Select options in Flutter ARB translation languages not working when using CDN by @FlutterOd in #45
Full Changelog: 0.5.1...0.6.0