1. 31 Dec, 2020 1 commit
  2. 30 Dec, 2020 1 commit
  3. 29 Dec, 2020 1 commit
  4. 21 Dec, 2020 5 commits
  5. 18 Dec, 2020 1 commit
    • I've changed reference of window object as it is recommended in windows docs.
      
      window.dart
      /// Please try to avoid statically referencing this and instead use a
      /// binding for dependency resolution such as `WidgetsBinding.instance.window`.
      
      binding.dart
      /// Each of these other bindings could individually access a [Window] statically,
      /// but that would preclude the ability to test these behaviors with a fake 
      /// window for verification purposes.  Therefore, [BindingBase] exposes this
      /// [Window] for use by other bindings.  A subclass of [BindingBase], such as
      /// [TestWidgetsFlutterBinding], can override this accessor to return a
      /// different [Window] implementation, such as a [TestWindow].
      Tornike authored
  6. 16 Dec, 2020 8 commits
  7. 09 Dec, 2020 3 commits
  8. 08 Dec, 2020 1 commit
  9. 06 Dec, 2020 1 commit
  10. 03 Dec, 2020 2 commits
  11. 27 Nov, 2020 5 commits
  12. 05 Nov, 2020 1 commit
  13. 28 Oct, 2020 4 commits
  14. 22 Oct, 2020 5 commits
  15. 15 Oct, 2020 1 commit