Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ginkgo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fred
ginkgo
Commits
8a4bdc1f
Commit
8a4bdc1f
authored
3 years ago
by
anfeichtinger
Browse files
Options
Downloads
Patches
Plain Diff
update readme & version number
parent
fac7a8d7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+8
-8
8 additions, 8 deletions
README.md
pubspec.yaml
+1
-1
1 addition, 1 deletion
pubspec.yaml
with
9 additions
and
9 deletions
README.md
+
8
−
8
View file @
8a4bdc1f
...
...
@@ -36,16 +36,16 @@ This repository makes use of the following pub packages:
| Package | Version | Usage |
| ------ | ------ | ------ |
|
[
Bloc
](
https://pub.dev/packages/bloc
)
| ^
7
.0.
0
| State management
*
|
[
Flutter Bloc
](
https://pub.dev/packages/flutter_bloc
)
| ^
7
.0.1 | State management
*
|
[
Hydrated Bloc
](
https://pub.dev/packages/hydrated_bloc
)
| ^
7
.0.
1
| Persists Bloc state with Hive
|
[
Equatable
](
https://pub.dev/packages/equatable
)
| ^2.0.
2
| Easily compare custom classes, used for Bloc states
*
|
[
Flutter Lints
](
https://pub.dev/packages/flutter_lints
)
| ^1.0.
3
| Stricter linting rules
|
[
Path Provider
](
https://pub.dev/packages/path_provider
)
| ^2.0.
2
| Get the save path for Hive
|
[
Bloc
](
https://pub.dev/packages/bloc
)
| ^
8
.0.
2
| State management
*
|
[
Flutter Bloc
](
https://pub.dev/packages/flutter_bloc
)
| ^
8
.0.1 | State management
*
|
[
Hydrated Bloc
](
https://pub.dev/packages/hydrated_bloc
)
| ^
8
.0.
0
| Persists Bloc state with Hive
|
[
Equatable
](
https://pub.dev/packages/equatable
)
| ^2.0.
3
| Easily compare custom classes, used for Bloc states
*
|
[
Flutter Lints
](
https://pub.dev/packages/flutter_lints
)
| ^1.0.
4
| Stricter linting rules
|
[
Path Provider
](
https://pub.dev/packages/path_provider
)
| ^2.0.
8
| Get the save path for Hive
|
[
Flutter Displaymode
](
https://pub.dev/packages/flutter_displaymode
)
| ^0.3.2 | Support high refresh rate displays
|
[
Easy Localization
](
https://pub.dev/packages/easy_localization
)
| ^3.0.0 | Makes localization easy
|
[
Hive
](
https://pub.dev/packages/hive
)
| ^2.0.
4
| Platform independent storage.
|
[
Url Launcher
](
https://pub.dev/packages/url_launcher
)
| ^6.0.
6
| Open urls in Browser
|
[
Hive
](
https://pub.dev/packages/hive
)
| ^2.0.
5
| Platform independent storage.
|
[
Url Launcher
](
https://pub.dev/packages/url_launcher
)
| ^6.0.
17
| Open urls in Browser
|
[
Ionicons
](
https://pub.dev/packages/ionicons
)
| ^0.1.2 | Modern icon library
> \* Recommended to keep regardless of your project
...
...
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
1
−
1
View file @
8a4bdc1f
...
...
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version
:
0.0.
2
+1
version
:
0.0.
3
+1
environment
:
sdk
:
"
>=2.12.0
<3.0.0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment