141 Commits

Author SHA1 Message Date
d9de8bd39b upgrade projects
- gradle wrapper v6.2
- kotlin v1.3.61
2020-02-17 20:55:35 +01:00
bbd5849407 added upgrade gradle script 2020-02-17 20:45:38 +01:00
c86c53cb39 Merge pull request #45 from hyzgh/develop
remove unrelated .idea files
2020-02-17 20:43:57 +01:00
84c189ee97 Merge branch 'develop' of https://github.com/nisrulz/flutter-examples into dev
Change-Id: Icada950ca9c5058683089e14527681ba6f73727a
2020-01-30 22:40:31 +08:00
6224dab6dc fix: remove unrelated .idea files
Change-Id: I25aaf5743e8e2a2d1b6f9d499f9dbe4d0e414f4e
2020-01-30 22:38:43 +08:00
471f2993ba Merge pull request #44 from v-b-r/patch-1
signInWithGoogle missing - FirebaseAuth
2020-01-18 22:12:10 +01:00
18c0257268 removed unnecessary renames 2020-01-18 23:21:13 +05:30
7b2437b79d update packages 2020-01-18 15:55:30 +01:00
577436e8ca signInWithGoogle missing - FirebaseAuth
https://stackoverflow.com/questions/54508591/flutter-firebase-signinwithgoogle-method-not-found
2019-12-26 23:27:36 +05:30
4d23f7c82f 🚧 fix readme file 2019-12-26 01:42:17 +01:00
5a8b0f1d8b updated bash script to get packages 2019-11-29 03:22:08 +01:00
9e742c5655 updated bash script to delete build folders 2019-11-29 03:21:55 +01:00
73a4a19496 updated bash script to delete build folders 2019-11-29 03:03:05 +01:00
034178da5b Setup on click action on GridView items 2019-11-15 00:56:03 +01:00
34747b99ab Upgrade projects
Now using
- gradle wrapper v6.0
- androidx
- stable android gradle plugin v3.5.0
- target and compile sdk set to 29
2019-11-15 00:42:49 +01:00
6be058b2c5 updated readme 2019-10-13 02:48:13 +02:00
adf717c1ce Fixed the package name to conform to standard in the repo
- replaced com.example with github.nisrulz
2019-10-13 02:46:54 +02:00
9e7a62b80a updated examples and readme file 2019-10-13 02:38:58 +02:00
a0eb6be9a2 updated readme for expense_planner example 2019-10-13 02:24:29 +02:00
83c3ea4b4e fix the readme for using firebase db example 2019-10-13 02:23:20 +02:00
b0def2af5a Merge pull request #43 from cvhariharan/develop
Example for firebase DB #24
2019-10-13 02:17:27 +02:00
8890958563 Merge pull request #42 from sam0hack/master
Added: expanse planner app
2019-10-13 02:16:37 +02:00
90283b6d5c Example for firebase DB #24 2019-10-11 17:35:44 +05:30
sam
cde303db6e Added: expanse planner app 2019-10-05 19:33:34 +05:30
3f2e0b5ad5 updated gitignore fle 2019-10-05 00:58:11 +02:00
6d56bfc5d4 🚧 remove new keyword to get inline with dart 2 code standard. 2019-07-23 03:42:56 +02:00
e8b433c00d 🐛 fix: theme issue #37 2019-07-23 03:25:56 +02:00
a9d2759b6e 🚧 updated delete build directory script 2019-06-20 07:51:13 +02:00
b21f842b9c 🚧 update readme about the get packages script 2019-06-20 07:44:30 +02:00
d8d0cc0898 🚧 add script to get packages for all projects 2019-06-20 07:41:34 +02:00
291876b9aa Merge pull request #38 from nisrulz/nisrulz-patch-1
Setup sponsorship button
2019-06-14 20:56:10 +02:00
7295bb383e Setup sponsorship button 2019-06-14 20:55:53 +02:00
83041697b4 Merge pull request #33 from LiuL0703/develop
fix typo
2019-04-08 00:28:59 +02:00
ed3f55c329 fix typo
fix typo Gooogle --> Google
2019-04-07 00:45:49 +08:00
173bb3ece0 🤖 android fix: using implementation instead of compile in build.gradle for android part of examples 2019-01-05 19:58:04 +01:00
6c5c60d017 🤖 android fix: updated the test dependencies for android part of examples 2019-01-05 19:55:29 +01:00
83ff50a344 🤖 android fix: removed buildToolsVersion 2019-01-05 19:53:37 +01:00
f431c20243 🤖 android fix: update compileSdkVersion to 28 2019-01-05 19:49:15 +01:00
83c2dd0c5c 🤖 android fix: update gradle wrapper from v3.3 to v4.6 2019-01-05 19:47:23 +01:00
1f7090f9b2 🤖 android fix: update support annotation to v28.0.0 2019-01-05 19:46:38 +01:00
5e8e413217 🤖 android fix: update targetSdkVersion to 28 2019-01-05 19:45:47 +01:00
180b729c1e 🤖 android fix: fix the google repo for android part in examples 2019-01-05 19:44:50 +01:00
8dfb96e417 Merge pull request #28 from ShinokiRyosei/fix/deprecated-argument
fix deprecated showDialog() argument
2019-01-05 19:37:58 +01:00
7ef9ad322f fix deprecated showDialog() argument 2019-01-03 18:51:29 +09:00
69a70bc78c Merge pull request #17 from sanyamdogra/master
Added http dependency in pubspec.yaml
2018-12-31 22:44:28 +01:00
5d08c4c937 📝 updated docs: added link to official flutter samples folder where Flutter-Examples is featured 🎉 2018-12-31 00:46:50 +01:00
7218baca7c Added http dependency in pubspec.yaml 2018-12-31 00:12:27 +05:30
2ecd920618 Merge pull request #12 from Ephenodrom/patch-1
Update main.dart
2018-11-15 23:42:10 +01:00
23cf8a8245 Update main.dart
Dart Analysis Tab :
error: Undefined name 'JSON'. (undefined_identifier at [flutter_app] lib/second.dart:34)
2018-11-15 13:24:28 +01:00
af4420f2f4 Merge pull request #11 from Ephenodrom/patch-2
Update main.dart
2018-11-14 17:17:14 +01:00