Alex Melnyk
Alex Melnyk
This PR replaces [this one](https://github.com/Baseflow/flutter-permission-handler/pull/946) for macOS platform support. - #337 ## Pre-launch Checklist - [x] I made sure the project builds. - [x] I read the [Contributor Guide] and...
This PR adds the ability to use the controller for the programmatically state management.
#811 Added import names to avoid import collision.
Using Flutter SDK **3.7.12** and **3.10.6** I faced an imports collision: ```console 00:13 +0: loading /builds/mycompany/myproj/test/database/entity/clock_in_entity_test.dart .pub-cache/hosted/pub.dev/floor-1.4.2/lib/src/sqflite_database_factory.dart:10:12: Error: 'databaseFactory' is imported from both 'package:sqflite/src/factory_impl.dart' and 'package:sqflite_common/src/sqflite_database_factory.dart'. return databaseFactory; ^^^^^^^^^^^^^^^ ```
Fixes issues: - #6 - #19
Flutter SDK 3.19 deprecates the `scaleTextFactor` in favor of `scaler`
Fixes #308 issue.
### Version 2.1.0 ### Platforms iOS ### Device Model all iOS devices ### flutter info ```sh [✓] Flutter (Channel stable, 3.19.6, on macOS 14.5 23F79 darwin-arm64, locale en-UA) • Flutter...
Most of the time list of countries just keeps in memory even if they are not used. For example in scenario where user sign-in/up with phone number it used only...
## Connection with issue(s) Resolve issue #??? Connected to #??? ## Testing and Review Notes ## Screenshots or Videos ## To Do - [ ] double check the original issue...