Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Latest commit

 

History

History
118 lines (64 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

118 lines (64 loc) · 1.71 KB

0.0.29

  • Upgrade flipper to 0.189.0 & flutter to 3.7.12

0.0.28

  • Upgrade flipper to 0.111.0 & flutter to 2.5.2

0.0.27

  • Upgrade flipper to 0.91.2

0.0.26

  • Support null safety

0.0.25

  • Upgrade flipper to 0.81.0

0.0.24

  • Upgrade flipper to 0.61.0 & flutter to 1.22.0

0.0.23

  • Upgrade flipper to 0.37.0

0.0.21

  • Fix #24

0.0.20

  • Upgrade flipper to 0.26.0

0.0.19

  • Upgrade flipper to 0.23.1

0.0.18

  • Network plugin supports flutter beta 1.7.8

0.0.17

  • Fixed Netword plugin not working when filter is null

0.0.16

  • Upgrade flipper to 0.22.0

0.0.15

  • Downgrade flutter stable version

0.0.14

  • Fixed Netword plugin Could not get request body

0.0.13

  • Network plugin supports flutter dev 1.7.3
  • Add fliter to FlipperNetworkPlugin

0.0.12

  • Add BufferingFlipperPlugin to flipper-no-op module

0.0.11

  • ReduxInspector plugin supports background receiving actions

0.0.10

  • Upgrade flipper to 0.20.0

0.0.9

  • Add flipper-no-op module
  • Upgrade flipper to 0.19.0

0.0.8

  • Fixed NetworkPlugin (android) bugs

0.0.7

  • Add DatabaseBroswer Plugin
  • Add useHttpOverrides param to Network Plugin
  • Fixed ReduxInspector bugs

0.0.6

  • Add payloadprevStatenextState to newAction event

0.0.5

  • Add ReduxInspector Plugin
  • Upgrade flipper to 0.18.0

0.0.4

  • Fix dart low version dependency failure
  • Upgrade flipper to 0.17.0

0.0.3

  • Add dio 2.0 example
  • [Android] Fix json array data convert will crash
  • [iOS] Add use_frameworks! example (only cocoapods 1.5.3)

0.0.2

  • Add SharedPreferencesPlugin

0.0.1

  • Initial release