-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Delete android plugin file. * Package update. * Dart 2.0 migration. * test case update * Add build runner code. * Add generated test in git ignore. * Add generated test in git ignore * Make platform data optional. * Update test cases * Try to fix travis ci -1 * Rename files. * Delete old files. * Bump the version to 1.0.5 * Version bump 2.0.0 * Apply proper casing on App dialog file. * Make os variable required. * Init manUpData with blank state. * Update test cases * Add os param optional and fallback to operating system. Co-authored-by: sparmar <sparmar@nextfaze.com>
- Loading branch information
Showing
20 changed files
with
499 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,44 @@ | ||
# manUp | ||
|
||
## [2.0.1] | ||
|
||
Minor code changes. | ||
Making some variables required. | ||
Continue renaming some more files. | ||
|
||
## [2.0.0] | ||
|
||
Migrate to null safety. | ||
**Breaking changes** Renaming some files. | ||
|
||
## [1.0.4] | ||
|
||
Make get setting method visible | ||
|
||
## [1.0.3] | ||
|
||
Add support for desktop platforms | ||
|
||
## [1.0.2] | ||
|
||
pub spec upgrade | ||
|
||
Stop throwing reading file exception. | ||
|
||
## [1.0.1] | ||
|
||
Add capability to store and retrieve man up config. | ||
|
||
## [1.0.0] | ||
|
||
### First major release | ||
Added Delegate support with `ManupDelegate` | ||
|
||
Added Delegate support with `ManUpDelegate` | ||
|
||
Added Helper Widget with `ManUpWidget` | ||
|
||
Check `README` file for full details. | ||
|
||
## [0.0.3] | ||
|
||
First manup release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 0 additions & 29 deletions
29
android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.